Re: Tomcat UserDB in MySQL

2007-04-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan, Jan Strauch wrote: > It still doesn´t work. > this is what Catalina.out sais: [snip] > and are different. Also, if you are using a JDBCRealm, you should disable the UserDatabaseRealm. > Why "ajp13 listening on /0.0.0.0:8009" ? Is this norma

Re: Tomcat UserDB in MySQL

2007-04-27 Thread Jan Strauch
size of 0 bytes. DB-access has root-permissions. Where do I make the mistake ? - Original Message - From: "David Short" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Wednesday, April 25, 2007 1:35 AM Subject: RE: Tomcat UserDB in MySQL Add a

RE: Tomcat UserDB in MySQL

2007-04-24 Thread David Short
Add a realm under the section. You'll need to copy the correct MySQL JDBC driver (http://dev.mysql.com/downloads/connector/j/5.0.html) to the tomcat_home\common\lib directory. Replace the "test" in localhost:3306/test with you database name. I've got it running on Tomcat 5.5.23 and MySQL 5.1.