Tagged Questions
1
vote
0answers
106 views
error in Configure Tomcat 7 realm
Hi can anyone help me with it , I spend whole evening but couldnt make it work :(
here is in my web.xml
<security-constraint>
<web-resource-collection>
...
2
votes
1answer
2k views
Confusing about <security-role> in web.xml
I'm understand that
<security-role><role-name>Admin</role-name></security-role>
is for container map it with tomcat-users.xml (realm)
but I confuse about if I didn't use ...
0
votes
1answer
2k views
Howto configure a JDBC realm for container managed security with tomcat?
I want to configure tomcat / my web application to use a JDBC realm for container managed security. I specified the realm inside tomcat's server.xml file like this:
<Realm ...