Web Hosting Talk







View Full Version : Tomcat4


Panzerfaust
02-07-2002, 07:43 PM
Hello,

I ran in into few problems while installing the new verison Tomcat4.0.1. I downloaded the binary copy and unpacked it in a dir. When I run ./startup.sh it doesn't give any errors but I only get this:

Guessing CATALINA_HOME from catalina.sh to ./..
Setting CATALINA_HOME to ./..
Using CLASSPATH: ./../bin/bootstrap.jar:/usr/local/jdk/lib/tools.jar
Using CATALINA_BASE: ./..
Using CATALINA_HOME: ./..
Using JAVA_HOME: /usr/local/jdk

When i go to to any JSP files on the site it gives 404 which is given when tomcat is not running. Anyhelp please?

Jedito
02-07-2002, 10:40 PM
which apache module are you using?
mod_jk?
mod_webapp?

Panzerfaust
02-08-2002, 12:52 AM
mod_jk

Would it be possible to have two Tomcats running, but for example TomcatA uses the mod_jk configurations from server TomcatB.

bitserve
02-08-2002, 10:45 AM
If you're just upgrading Tomcat to 4.x from 3.x, don't forget to change your environment variables. TOMCAT_HOME is now known as CATALINA_HOME, and you may need CATALINA_BASE.

Jedito
02-08-2002, 12:08 PM
What lines did you added to http.conf to support jsp for each domain?