0
votes
0answers
24 views

Tomcat 7 webapp failing all username and passwords

I am unable to login to my webapp with any username and password even though I know the passwords are correct. This started happening on our deployment server after upgrading versions of tomcat and ...
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
2answers
566 views

unable to change tomcat-users.xml and server.xml while tomcat(7) runs **within** eclipse(juno)

I ran into a problem today and I was hoping someone could answer/explain for me. I was trying to add a new role and new user to tomcat-users.xml ,and add a realm to server.xml ,to test some basic ...
0
votes
0answers
162 views

Tomcat 7.0 configuration to support multi-tenancy with realm security

I'm trying to archive the following: A Tomcat 7.0 webapp with different login screens per tenant. I want to deploy the WAR only once for all tenants. I came so far: Multi-tenant GWT web-app ...
1
vote
1answer
230 views

apache tomcat 7 combined Realm

Is it possible to use combined realm in order to authenticate users vs the Active directory and then get the roles for the user from SQL database? If yes please explain how and if no is please tell me ...
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 ...
0
votes
0answers
234 views

Tomcat 7.0.33. Access to Tomcat has not been authorized

I want use JDBCRealm in my JSF project. I use Nebeans 7.0.1. I set same options in settings as I read here: http://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html#JDBCRealm My server.xml file (you ...
0
votes
1answer
439 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 ...