Re: Tomcat 7.0 Manager/Host Manager authentication via Tomcat Realms -- is it possible at all?

2011-04-04 Thread Mark Thomas
On 04/04/2011 06:09, Andrew Kolchoogin wrote: Nothing helps: all Google search results refers me either to UserDatabase Realm and conf/tomcat-users.xml (that is obviously works well -- I've tested it) or to realm authentication for THIRD-PARTY applications, that I'm not interested in.

Re: Tomcat 7.0 Manager/Host Manager authentication via Tomcat Realms -- is it possible at all?

2011-04-04 Thread Andrew Kolchoogin
Mark, hi there! 2011/4/4 Mark Thomas ma...@apache.org: This also looks OK, altough if you aren't interested in using the UserDatabaseRealm, why is it still configured? Just to test CombinedRealm functionality, althougth I've tried to deconfigure UserDatabase entirely -- it doesn't help,

Re: Tomcat 7.0 Manager/Host Manager authentication via Tomcat Realms -- is it possible at all?

2011-04-04 Thread Mark Thomas
On 04/04/2011 15:13, Andrew Kolchoogin wrote: You won't see any error messages from DataSourceRealm until you try and use it and it fails. Trying to login is an usage attempt? It is gets as far as the DataSourceRealm, yes. Enabling debug logging for org.apache.catalina.realm should show you

Tomcat 7.0 Manager/Host Manager authentication via Tomcat Realms -- is it possible at all?

2011-04-03 Thread Andrew Kolchoogin
Dear colleagues, I'm trying to use Tomcat Realms as authentication source _specifically for Tomcat Manager and Host Manager_. Short problem description: it doesn't work. Long problem description: Tomcat even _doesn't try to initialise MySQL connection_ -- I removed MySQL Connector/J