Re: multiple login-config for one webapp

2005-02-21 Thread Mark Thomas
You may only have one login-config per webapp.
Mark
Thiwanka Wimalasuriya wrote:
dear all,
the servlet spec 2.4 says (page 109 of servlet-2_4-fr-spec.pdf  from
http://www.jcp.org/aboutJava/communityprocess/final/jsr154/ )
However, the deployment descriptor instance file must not contain multiple
elements of session-config, jsp-config, and login-config.
so does it mean that you cant have two login-config elements in one
web.xml.
kind regards
-thiwanka
- Original Message -
From: Thiwanka Wimalasuriya [EMAIL PROTECTED]
To: tomcat-user@jakarta.apache.org
Sent: Monday, February 21, 2005 9:31 AM
Subject: multiple login-config for one webapp

dear all,
is it possible to have two login-config elements in one web.xml (tomcat
4.1)
what's i need to do is use form based authentication for a webapp exept
for
one specific URL
(http://localhost:8080/smsdeo/system/Autopush.do?survey=testSMSSurveyphoneN
umber=777425205)
for which i need to use basic authenntication.
is there a way to use two authentication methods for one webapp ?
kind regards
-thiwanka

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


multiple login-config for one webapp

2005-02-20 Thread Thiwanka Wimalasuriya
dear all,

is it possible to have two login-config elements in one web.xml (tomcat
4.1)

what's i need to do is use form based authentication for a webapp exept for
one specific URL
(http://localhost:8080/smsdeo/system/Autopush.do?survey=testSMSSurveyphoneN
umber=777425205)
for which i need to use basic authenntication.

is there a way to use two authentication methods for one webapp ?

kind regards
-thiwanka



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: multiple login-config for one webapp

2005-02-20 Thread Thiwanka Wimalasuriya
dear all,

the servlet spec 2.4 says (page 109 of servlet-2_4-fr-spec.pdf  from
http://www.jcp.org/aboutJava/communityprocess/final/jsr154/ )

However, the deployment descriptor instance file must not contain multiple
elements of session-config, jsp-config, and login-config.

so does it mean that you cant have two login-config elements in one
web.xml.

kind regards
-thiwanka


- Original Message -
From: Thiwanka Wimalasuriya [EMAIL PROTECTED]
To: tomcat-user@jakarta.apache.org
Sent: Monday, February 21, 2005 9:31 AM
Subject: multiple login-config for one webapp


 dear all,

 is it possible to have two login-config elements in one web.xml (tomcat
 4.1)

 what's i need to do is use form based authentication for a webapp exept
for
 one specific URL

(http://localhost:8080/smsdeo/system/Autopush.do?survey=testSMSSurveyphoneN
 umber=777425205)
 for which i need to use basic authenntication.

 is there a way to use two authentication methods for one webapp ?

 kind regards
 -thiwanka



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]