Re: Container-Managed Authentication in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-07 Thread Caroline Jen
Thanks a lot, Andrew. I got the idea. --- Andrew Shirk <[EMAIL PROTECTED]> wrote: > Logical paths work fine for me in web.xml (using > tomcat 4.1.x): > > > FORM > > > /do/login/edit > > > /do/login/fail > > >

Re: Container-Managed Authentication in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-07 Thread Andrew Shirk
Logical paths work fine for me in web.xml (using tomcat 4.1.x): FORM /do/login/edit /do/login/fail Andrew At 03:11 PM 10/7/2003, you wrote: People answer questions without reading my original post. Therefore, I must

RE: Container-Managed Authentication in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-07 Thread Matt Raible
ers Mailing List Subject: Re: Container-Managed Authentication in web.xml vs . Specifying Paths in the struts-config.xml People answer questions without reading my original post. Therefore, I must re-type my original question again. Before I posted my question, I had configured the Tomc

Re: Container-Managed Authentication in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-07 Thread Caroline Jen
People answer questions without reading my original post. Therefore, I must re-type my original question again. Before I posted my question, I had configured the Tomcat JDBCRealm following the instructions at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html so that I can do securi

Re: Container-Managed Authentication in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-07 Thread Craig R. McClanahan
Caroline Jen wrote: But, I do not want to use BASIC authentication. I have many different roles and hundreds of people per role. Users' name, role, etc. are stored in a database. How authentication is performed (BASIC, form-based, DIGEST, or SSL client certificates) and how users are stored (da

RE: Container-Managed Authentication in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-07 Thread Navjot Singh
Jen [mailto:[EMAIL PROTECTED] >Sent: Tuesday, October 07, 2003 7:26 AM >To: Struts Users Mailing List >Subject: RE: Container-Managed Authentication in web.xml >vs . Specifying Paths in the struts-config.xml > > >But, I do not want to use BASIC authentication. I >have many dif

RE: Container-Managed Authentication in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-06 Thread Caroline Jen
But, I do not want to use BASIC authentication. I have many different roles and hundreds of people per role. Users' name, role, etc. are stored in a database. --- Matt Raible <[EMAIL PROTECTED]> wrote: > A JDBCRealm can use BASIC authentication - it > doesn't require form-based. > Here's an examp

Re: Container-Managed Authentication in web.xml vs. Specifying Paths in the struts-config.xml

2003-10-06 Thread Adam Hardy
Hi Caroline, if I remember correctly, it is not possible to use Action servlet mappings for the login and error pages in tomcat. I do know for sure that it is recommended practice to keep those pages seperate programmatically and to view them as part of the container rather than part of your ap

RE: Container-Managed Authentication in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-06 Thread Matt Raible
A JDBCRealm can use BASIC authentication - it doesn't require form-based. Here's an example app that might help you out: http://raibledesigns.com/wiki/Wiki.jsp?page=SecurityExample HTH, Matt -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 4