Re: Using Authentication/Authorization

2005-11-17 Thread Jeremy Crosbie
I followed what Slide did when writing my module: http://cvs.apache.org/viewcvs.cgi/jakarta-slide/src/jaas/org/apache/slide/ja as/spi/SlideLoginModule.java?rev=1.2&view=markup On 11/17/05 3:29 AM, "Markus Plail" <[EMAIL PROTECTED]> wrote: > Hi Jeremy! > > Jeremy Crosbie <[EMAIL PROTECTED]> wri

Re: Using Authentication/Authorization

2005-11-17 Thread Markus Plail
Hi Jeremy! Jeremy Crosbie <[EMAIL PROTECTED]> writes: > Can you supply the relevant sections of your web.xml? I am using > FORM-based authentication--tested with both the Memory and JAAS > realms--but maybe this will give you some hints: Do you successfully use JAAS realm based authentication in

Re: Using Authentication/Authorization

2005-11-15 Thread Jeremy Crosbie
Can you supply the relevant sections of your web.xml? I am using FORM-based authentication--tested with both the Memory and JAAS realms--but maybe this will give you some hints: ... home page /index.jsp GET POST myrole FORM /login.jsp /loginError.jsp

Using Authentication/Authorization

2005-11-15 Thread Jess
Hiya, I am using Tomcat and Apache to host a simple website. I need to have some security on the site. At least to start with. Eventually I need to have security, period. :) So, following the documentation and several walk-thrus from many sources, I cannot get tomcat to cooperate. I