> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Csanyi Pal
> Subject: Shutting down Tomcat6 server - error
>
> I have downloaded binary apache-tomcat-6.0.18.tar.gz and unpacked it
> in the /usr/locale/ directory.

Thank you for using a real Tomcat.

> I edited .bash_profile:
> #
> # JAVA
> #
> export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.07/lib/visualvm/\
> profiler2/lib/deployed/jdk16
> export PATH=$PATH:/usr/lib/jvm/java-6-sun-1.6.0.07/lib/visualvm/\
> profiler2/lib/deployed/jdk16

That's not right.  JAVA_HOME should be set to just:
/usr/lib/jvm/java-6-sun-1.6.0.07

PATH should be extended with just:
/usr/lib/jvm/java-6-sun-1.6.0.07/bin

> I can to start Tomcat6 with startup.sh

That's pretty amazing, considering how badly the JAVA_HOME variable is mangled.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to