Tomcat JAAS sample?

M

mrv

Where can I find anything (sample code, tutorial, article, etc.) to learn
how to setup security in my web app with JAAS and Tomcat?
 
D

Daniel Rohe

In the Tomcat source code and documentation. For example in Tomcat 5.0 on
Windows under the directory
install_dir/src/jakarta-tomcat-catalina/catalina/src/share the files
org.apache.catalina.realm.JAASCallbackHandler
org.apache.catalina.realm.JAASMemoryLoginModule
org.apache.catalina.realm.JAASRealm

for authenticating a user use the same directory and the files under the
package
org.apache.catalina.authenticator

a realm howto is located under if you've installed tomcat locally on your
computer
http://localhost:8080/tomcat-docs/realm-howto.html

Greetings
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,994
Messages
2,570,223
Members
46,810
Latest member
Kassie0918

Latest Threads

Top