I'm a beginner in this technology and I try to configure Tomcat 5.0.28 in
order to use JAASRealm as detailed in the next link 
http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html#JAASRealm
but these informations seem to be not enought for my knoweledge.

I can't integrate jaas with tomcat, I don't know what I must write in
web.xml and in server.xml 

In my server.xml I wrote a section like this:

  <Realm className="org.apache.catalina.realm.JAASRealm"                 
         appName="Sample"       
             userClassNames="sample.principal.SamplePrincipal"
         debug="99"/>     
but I don't now what I must do for roleClassNames 

If you have a completed sample, plese send it

Thank's in advance 

Excuse me for my bad english
-- 
View this message in context: 
http://www.nabble.com/tomcat5-and-jaas-tp18831242p18831242.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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

Reply via email to