Classes not being found in 4.0.2 but are found in 4.0.1 (and what is LE?)

2002-02-16 Thread Doug Fields
Hello all, I tried to move to Tomcat 4.0.2-LE-jdk1.4 today from Tomcat 4.0.1 (both running on the new JDK 1.4). I have put several jar files in common/lib - including such standards as the postgresql.jar and cos.jar. Under 4.0.1, things work just fine. In 4.0.2 (LE-jdk1.4, which I assume is

How to file a bug? (was Re: Final resolution on JCE exceptions and Tomcat (3.2.1)?)

2001-05-02 Thread Doug Fields
Hello all, Give no response to the below message, I would like to file this as a formal bug report. It seems that I am not the only one having to deal with this bug as similar messages came out in the past six months. Cheers, Doug At 06:00 PM 4/29/2001, Doug Fields wrote: Hello all, Today

RE: Why Use apache

2001-05-02 Thread Doug Fields
tomcat isn't as good as apache at serving static html files and images. also, with apache up and running you can do other stuff like execute cgi scripts and so on. That said, I use it as a standalone web and servlet server. The primary drawback then becomes: It does NOT keep logs like a real

Re: Tomcat and MySQL

2001-04-30 Thread Doug Fields
I have MySQL working fine with the driver you mention below (version 2.0.4) by putting the library for it (the jar file) into the WEB-INF/lib directory, where it belongs. If it doesn't work for you there, you can try the $TOMCAT_HOME/lib directory. Some things (like JCE 1.2.1) only will work

Final resolution on JCE exceptions and Tomcat (3.2.1)?

2001-04-29 Thread Doug Fields
Hello all, Today I encountered the same problem as several others (based upon my search of the archive on mikal.org) regarding using Sun JCE 1.2.1 in a web app deployed in Tomcat (3.2.1) by putting the four jar files in the WEB-INF/lib dir. That is, it throws a SecurityException (see below).