> 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
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
> [mai
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
> 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.
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"
java.lang.Unsuppor
En l'instant précis du 09/01/08 11:16, Melanie Pfefer s'exprimait en ces
termes:
Hello,
I am trying to install tomcat6 on Solaris 8. I
downloaded apache-tomcat-6.0.14-src.tar and untarred
the archive to /usr/local/tomcat6/
bash$ more catalina.out
Exception in thread "main"
java.lang.N
Hello,
I am trying to install tomcat6 on Solaris 8. I
downloaded apache-tomcat-6.0.14-src.tar and untarred
the archive to /usr/local/tomcat6/
I also changed the ownership to a normal user and
modified the files under bin/ to executables.
If I ran ./startup.sh:
Neither the JAVA_HOME nor the JRE