| <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
| driverName="org.gjt.mm.mysql.Driver"
| connectionURL="jdbc:mysql://localhost/authority?user=test;password=test"
| userTable="users" userNameCol="user_name"
| userCredCol="user_pass"
| userRoleTable="user_roles" roleNameCol="role_name" />
| the server is not restarting,
Just a guess:
Where did you place the Realm?
Did you place it under the appropriate Context?
Such as:
<Context path="/app" docBase="myapplication ...>
<Realm ... />
</Context>
Or try to comment out the other Realm(s).
IMHO there could be only one Realm for each webapp.
GG
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>