Does anybody know of any difference between SQL 2000 standard and
Developer edition?
I am having problems with my realm:
<Context path="/um" docBase="c:/projects/MY_PROJECT" 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://MY_PC_NAME;DatabaseName=nolas;
ProgramName=MYREALM;SelectMethod=cursor" connectionName="MYUSER"
connectionPassword="MYPASS" userTable="users" userNameCol="username"
userCredCol="password" userRoleTable="user_roles" roleNameCol="rolename"
/>
</Context>
I have connection to the database and I get an error if I type in wrong
user/pass. But when signing in I does not seem to be logged on.
Every thing works on win2000 and sql 2000 server standard.
Please help.
Soren
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)