Re: tomcat6 installation

2008-01-09 Thread Melanie Pfefer
Hello and thanks for the reply, I downloaded the binaries apache-tomcat-6.0.14.tar.gz export JAVA_HOME=/usr/local/java/j2sdk1.4.2_08/ export JRE_HOME=/usr/local/java/j2sdk1.4.2_08/jre/ the tomcat is still not starting: bash-2.03# more catalina.out Exception in thread main

RE: tomcat6 installation

2008-01-09 Thread Peter Crowther
From: Melanie Pfefer [mailto:[EMAIL PROTECTED] Exception in thread main java.lang.UnsupportedClassVersionError: org/apache/catalina/startup/Bootstrap (Unsupported major.minor version 49.0) Make sure you have at least JDK1.5 installed, and that your JAVA_HOME is pointing to that JDK. It

Re: tomcat6 installation

2008-01-09 Thread Kristian Rink
Melanie; Am Wed, 9 Jan 2008 10:48:10 + (GMT) schrieb Melanie Pfefer [EMAIL PROTECTED]: export JAVA_HOME=/usr/local/java/j2sdk1.4.2_08/ export JRE_HOME=/usr/local/java/j2sdk1.4.2_08/jre/ [...] java.lang.UnsupportedClassVersionError: org/apache/catalina/startup/Bootstrap (Unsupported

RE: tomcat6 installation

2008-01-09 Thread Melanie Pfefer
thanks a lot. I appreciate your help. 1- how to change the http port number? 2- how to allow a non-root user to start tomcat? Is it only though file ownership modification (chown -R /usr/local/tomcat6)? thanks again. --- Peter Crowther [EMAIL PROTECTED] wrote: From: Melanie Pfefer

RE: tomcat6 installation

2008-01-09 Thread Peter Crowther
From: Melanie Pfefer [mailto:[EMAIL PROTECTED] 1- how to change the http port number? Look at the various Connector elements in conf/server.xml 2- how to allow a non-root user to start tomcat? Is it only though file ownership modification (chown -R /usr/local/tomcat6)? Make sure you're not