Re: [JBoss-user] Auth.conf

2003-05-27 Thread Scott M Stark
- From: "Maiquel Sampaio de Melo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 9:58 AM Subject: [JBoss-user] Auth.conf > My application crashed with these exceptions: > ERROR [main] (SRPLoginModule.java:391) - Failed to

[JBoss-user] Auth.conf

2003-05-27 Thread Maiquel Sampaio de Melo
My application crashed with these exceptions: ERROR [main] (SRPLoginModule.java:391) - Failed to lookup(SRPServerInterface)javax.naming.NameNotFoundException: SRPServerInterface not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:495) at org.jnp.server.NamingServer

[JBoss-user] auth.conf

2001-08-08 Thread nausheen
Hi...   Could somebody tell me what this file does. Would a user need to edit this file at any stage?   Thx, Nausheen.

Re: [JBoss-user] Auth.conf question

2001-06-13 Thread Scott M Stark
tutorial for additional details. http://www.jboss.org/documentation/HTML/ch11s83.html - Original Message - From: "Gerry Duhig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 13, 2001 7:41 AM Subject: [JBoss-user] Auth.conf question > I think

RE: [JBoss-user] Auth.conf question

2001-06-13 Thread Allen Fogleson
: [EMAIL PROTECTED] Subject: [JBoss-user] Auth.conf question I think read once that the "other" entry in auth.conf is used if the domain of a request does not match any other. Is that correct? I can't find where I read it! Does that mean that servlets that have no domain spe

[JBoss-user] Auth.conf question

2001-06-13 Thread Gerry Duhig
I think read once that the "other" entry in auth.conf is used if the domain of a request does not match any other. Is that correct? I can't find where I read it! Does that mean that servlets that have no domain specified would be authenticated through this entry? Gerry ___