I'm trying to set up a JDBCRealm for use with the admin and manager webapps.
The problem is that I am unable to authenticate any users.
- Tomcat 4.1.18
- Postgresql 7.3.1
- JDBC driver is in $CATALINA_HOME/common/lib
- Tomcat starts up fine, I just can't authenticate
- I can directly connect to my database with the username and password
- I have created the 'admin' and 'manager' groups in the database
- I have added the users to both groups
Realm:
<Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
driverName="org.postgresql.Driver"
connectionURL="jdbc:postgresql://bilbo.dynedge.com/template1"
connectionName="tomcat" connectionPassword="tomcat"
userTable="pg_shadow" userNameCol="usename" userCredCol="passwd"
userRoleTable="pg_groupview" roleNameCol="groname"
digest="MD5" />
Log:
2003-01-02 12:34:34 JDBCRealm[Standalone]: Username tomcat NOT successfully
authenticated
Any ideas?
--
Robert Abernethy IV
Dynamic Edge, Inc.
734.975.0460
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>