You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Søren Blidorf <so...@nolas.dk> on 2005/06/07 18:34:52 UTC

Realm problems! 4.1 vs. 5.5

Hi.

I am upgrading my 4.1 server to 5.5 and am having problems with the
realm:

<Context path="/xx" docBase="xxx" debug="0" reloadable="true">
<Realm name="UMRealm" className="org.apache.catalina.realm.JDBCRealm"
debug="99" driverName="com.microsoft.jdbc.sqlserver.SQLServerDriver"
connectionURL="jdbc:microsoft:sqlserver://xxx;DatabaseName=xxx;ProgramNa
me=xxxxxx;" connectionName="xx" connectionPassword="xx"
userTable="users" userNameCol="username" userCredCol="password"
userRoleTable="user_roles" roleNameCol="rolename" /></Context>

I am connecting to a MS SQL server 2000 and it worked just fine with the
4.1 server.

Any idears?

Soren, DK
Nolas Consulting




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org