Re: Help using JDBC realm with MySQL

2002-04-12 Thread Shawn A. Wilson
- From: Shawn A. Wilson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 8:11 PM Subject: RE: Help using JDBC realm with MySQL Well, I tried adding the relaxAutocommit=true parameter but I still get the same message. Arg... this is not making any

Re: Local Directory Access using Tomcat 4.0 (SORRY TO REPOST)

2002-04-11 Thread Shawn A. Wilson
Jordan, can you please provide the stack trace of the exception thrown by Tomcat? Thanks, -shawn http://www.shawn-wilson.com On Thu, 11 Apr 2002, Jordan C N Chong wrote: Dear all, I am really really sorry that I have to repost the question cause I really couldnt find any solution for

RE: Help using JDBC realm with MySQL

2002-04-11 Thread Shawn A. Wilson
, Dennis Doubleday wrote: Add the following parameter to your connection URL: relaxAutocommit=true So it should look like: jdbc:mysql://localhost/peopleshare?relaxAutocommit=trueuser=hiddenpass word=hidden -Original Message- From: Shawn A. Wilson [mailto:[EMAIL PROTECTED]] Sent

Help using JDBC realm with MySQL

2002-04-10 Thread Shawn A. Wilson
Please help, I'm using Tomcat 4.0.2 and am trying to setup a JDBC realm with MySQL. Here is the snippet from server.xml: Realm className=org.apache.catalina.realm.JDBCRealm debug=99 driverName=org.gjt.mm.mysql.Driver