JDK 1.4 and Tomcat 4.01 - XML ClassCastException

2001-11-14 Thread David Sanders
Windows 2000 JAVA_HOME=\j2sdk1.4.0-beta3 Tomcat 4.01 bin\startup produces the message below in logs/localhost_log.2001-11-14.txt. * This error does NOT occur when JAVA_HOME is JDK 1.3.1. It only occurs with 1.4. 1.4 includes javax.xml.parsers.DocumentBuilderFactory. How can I avoid this

HTTP request lost between Apache Server and servlet

2001-05-10 Thread David Sanders
Configuration: Apache Server 1.3.17, mod_jk, and Tomcat 3.2.1 on Linux Occasionally an HTTP request reaches the server but doesn't reach my servlet's service method. Any ideas how this can happen and how to diagnose/resolve the problem?does * - The request does *not* appear in Apache Server's

Tomcat crashing

2001-01-24 Thread David Sanders
Tomcat 3.2.1 is crashing twice a day. Even though logging is enabled in conf/server.xml, nothing of relevance is in logs/* at time Tomcat crashes. The crashing Tomcat is using: - RedHat Linux - JDBC Thin driver from Oracle (oracle.jdbc.driver.OracleDriver) - Servlets are serializing access to