A Java geek
  • Me
  • Books
  • Speaking
  • Mentions
  • Focus
  • Newsletters

loginmodule

A collection of 1 posts
JavaEE

Custom LoginModule in Tomcat

Tomcat manages application security through the concept of realm. A realm is a coherent package of name password pairs that identify valid users for a web application. Tomcat’s default realm is MemoryRealm. This realm reads the famous conf/tomcat-users.xml file and uses it check for name password pair validity. Tomcat also provides realms to check against pairs stored in a database, either through a direct connection, or through a configured datasource.

Apr 3, 2009
A Java geek © 2008-2026
v. de3e6256577cb3cdbb9539190b458d4bba3c5668/15862753853
Latest Posts