Error Starting Tomcat 3.2.1

2001-01-18 Thread Shailaja Someshwar
Hello, On my RH 6.0 with JDK 1.2.2 from Sun I've configured the JAVA_HOME, TOMCAT_HOME and CLASSPATH in /etc/profile But when I start tomcat 3.2.1 using the tomcat startup scripts and request a servlet I get the following error. Also when I try to shutdown tomcat..it doesn't and the error

mm JDBC driver

2000-12-28 Thread Shailaja Someshwar
Hello Where do I need to place the mm.jdbc driver for MySQL in tomcat directory so that its available system wide and all of the Apache virtual hosts. Also can someone direct me to a sample application to test my JDBC connection is working or not, as I do not know much about Java. Thanks in

Tomcat Startup

2000-12-28 Thread Shailaja Someshwar
Hello I've read in docs that Tomcat needs to be started before Apache. I am working on RH Linux 6.2 on Intel System. How to go about doing this...I've got a tomcat init script from FAQ which can start and stop tomcat...now how to automate this to start before httpd. Thanks Shailaja

Not Found(404) for virtual hosts

2000-12-27 Thread Shailaja Someshwar
Hello All, I am working on Tomcat 3.2.1 + mod_jk + apache 1.3.14 on RH 6.2. I've followed the mod_jk howto and everything was working OK until when I a trying to extend servlets support for virtual hosts. added the following into server.xml Connector

Single JVM

2000-12-15 Thread Shailaja Someshwar
Hello I would like to give servlet and jsp support for Apache Virtual Hosts. Tomcat 3.2 does support virtual hosts but by running separate instances of tomcat and multiple JVM's. Is it possible to configure tomcat to support virtual hosts to run under a single JVM just like Jserv does it.

separate tomcat instance??

2000-12-15 Thread Shailaja Someshwar
Hello I would like to give servlet and jsp support for Apache Virtual Hosts. Tomcat 3.2 does support virtual hosts but by running separate instances of tomcat and multiple JVM's. Is it possible to configure tomcat to support virtual hosts to run under a single JVM just like Jserv does it.