Re: Hello sir/madam,

2002-04-22 Thread Hugh Brien
Check the README file that comes with the MySQL JDBC driver. It explains how to fix this - Original Message - From: David Rault [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, April 17, 2002 5:06 AM Subject: Re: Hello sir/madam, this is a typical mysql

Re: Is Tomcat/MySQL a suitable combination in a production environmentunder Windows 2000 Pro?

2002-04-22 Thread Hugh Brien
At my company of 50 people, we use Tomcat 4.0/MySql for our portal site and our internal user site. So far they have been very reliable. r, Hugh - Original Message - From: Adrian Beech [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Sunday, April 21, 2002 5:45 AM

Re: Release Question

2002-04-14 Thread Hugh Brien
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/ jakarta-tomcat-4.0.3-LE-jdk14.zip r, Hugh - Original Message - From: Tod Thomas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 14, 2002 6:59 PM Subject: Release Question Which release of Tomcat

Re: How many SSL certificates are needed for Tomcat with IIS?

2002-04-13 Thread Hugh Brien
What was the error? Did you search for the error code to see if anyone had the same problem? Certs are based on 509 however there are extensions that different vendors support. r, Hugh - Original Message - From: Hawkins, Keith (Keith) [EMAIL PROTECTED] To: tomcat-user [EMAIL PROTECTED]

Re: IIS and Tomcat 4.0

2002-04-13 Thread Hugh Brien
I am running basically the same setup and I don't have this problem. It may be a database connection getting stale. Check out the lifetime of an Oracle connection or check the settings on your connection pool r, Hugh - Original Message - From: Tore Skogly [EMAIL PROTECTED] To: [EMAIL

Re: JSP/JDBC/POSTGRESQL

2002-04-13 Thread Hugh Brien
if you are using Tomcat's connection pool you may have to include the jar in the classpath in the catalina.bat(.sh) script. Try to add your driver to this line in the catalina.bat file set CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar; this solved a problem I was having with JDBC

Re: Help using JDBC realm with MySQL

2002-04-12 Thread Hugh Brien
Try the latest version of the driver r, Hugh - Original Message - 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