Tagged Questions
0
votes
0answers
44 views
What is the way Tomcat Realm works to authenticate users of webapps
Can you please explain me the way, how Tomcat Realm works ? How it gets user details like uName , PW and how it checks it from DB. Because there are so many references available. Those confuses me.
1
vote
0answers
504 views
Cannot load group for JDBC realm user
My jdbcRealm has somehow gotten deleted by magic from GlassFish. Now when I try to add it back in, I get the following error.
SEVERE: SEC1111: Cannot load group for JDBC realm user [admin].
WARNING: ...
1
vote
2answers
481 views
Detect a realm authentication failure reason in Tomcat
I wrote a custom Realm for Tomcat 7. I wrap it in the lockout Realm provided by the default installation of Tomcat. The lockout feature works fine, but in my web.xml, I have
<error-page>
...