I'm trying to set the following JDBC Realm up: <!-- <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99" driverName="org.gjt.mm.mysql.Driver" connectionURL="jdbc:mysql://localhost/authority" connectionName="test" connectionPassword="test" userTable="users" userNameCol="user_name" userCredCol="user_pass" userRoleTable="user_roles" roleNameCol="role_name" /> --> to use with mySQL. Obviously there is an error because the startup.bat window flits off of the screen. What can I do in startup.bat to make it stay opened so I can see what the problem is? Also, can anyone point me to a good example or a book that covers using mySQL and Tomcat together?
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>