2
votes
1answer
80 views

Tomcat REALM doesn't authenticate in some cases

I am using Tomcat 7 and Realm for authenticating using JDBC. I extended DataSourceRealm to use our own implementation. My problem is that in some cases it seems like Tomcat REALM doesn't call any ...
1
vote
0answers
490 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
1answer
784 views

Tomcat 7.11 JDBCRealm and UserDatabaseRealm dont work together

I'm trying to set a container managerd security a realm for my web app (JSF 2.1 + hibernate). I have noticed that Tomcat 7 can only use one type of realm at a time. To use Tomcat in netbeans (7.0) i ...
1
vote
1answer
110 views

how to enable java file in realm to all users

i have a web service that i want to enable for use to all users (web service is written as java class). I use realm to configure my website security. How can i enable this resource in web.xml? thanks ...
0
votes
1answer
441 views

I have to add custom realm jar file to tomcat 7's lib folder. How will i do this on a shared hosting server

I have created custom realm jar file and have to add it to the tomcat server's lib folder for my custom realm to work. This works fine when i deploy my application on my local tomcat server. My ...