I tried out some instructions but I failed.
Apache works properly (web pages were delivered).
I can start Tomcat with OpenJava (from Debian repository); but the start failed (output: "failed" ) as I tried it with SUN Java JDK.
# /etc/init.d/tomcat start
Using CATALINA_BASE: /opt/apache-tomcat
Using CATALINA_HOME: /opt/apache-tomcat
Using CATALINA_TMPDIR: /opt/apache-tomcat/temp
Using JRE_HOME: /usr/lib/jvm/java-6-sun/jre
Using CLASSPATH: /opt/apache-tomcat/bin/bootstrap.jar
I cannot find the name "Tomcat" in any of my running processes. Is there a separate process or is there apache only?
I couldn't find some more helpful output. How can I check the services to find out what the problem is?
Thanks for any help.