-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
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
5.5.23 and MySQL 5.1.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 24, 2007 4:26 PM
To: Tomcat Users List
Subject: Tomcat UserDB in MySQL
I want to replace the "tomcat-users.xml" with two tables in MySQL:
Database : auth
tab
I want to replace the "tomcat-users.xml" with two tables in MySQL:
Database : auth
table users :username varchar(15) primary key NN
pass varchar(41) NN
table roles : username varchar(15) primary key NN
role varchar(10) NN
Tried the solution from th