JAASReam in Tomcat-5.5

2006-07-27 Thread Eric Chow

Hello,

JAASRealm is no longer used in Tomcat-5.5, right ?

What can I do if I want to use JAAS as my login mechanism in web
appplication and define the security in web.xml ?


Best regards,
Eric

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JAASReam in Tomcat-5.5

2006-07-27 Thread Wendy Smoak

On 7/27/06, Eric Chow [EMAIL PROTECTED] wrote:


JAASRealm is no longer used in Tomcat-5.5, right ?

What can I do if I want to use JAAS as my login mechanism in web
appplication and define the security in web.xml ?


JAASRealm is right there in the Tomcat 5.5 docs:
   http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html#JAASRealm

I have some notes from various experiments with Tomcat and Kerberos.
The third one is a JAAS example.
   http://wiki.wsmoak.net/cgi-bin/wiki.pl?TomcatJspExamples

HTH,
--
Wendy

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]