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: <[email protected]> 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=testSMSSurvey&phoneN > 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]
