RE: problem with installing tomcat in linux

2005-04-11 Thread Sir John Nueva
Did you set up CATALINA_HOME pointing to the tomcat folder? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 6:30 PM To: tomcat-user@jakarta.apache.org Subject: problem with installing tomcat in linux hi, I have a problem with

Re: problem with installing tomcat in linux

2005-04-11 Thread Cédric Buschini
hi, if errors occur when you try to start the server you have to set variable such as $CATALINA_HOME and $JAVA_HOME. I've do it adding in /etc/profile CATALINA_HOME=/path/to/bin JAVA_HOME=/path/to/jdkXX export CATALINA JAVA_HOME and it works [EMAIL PROTECTED] wrote: hi, I have a

Re: problem with installing tomcat in linux

2005-04-11 Thread Shaik . ShabeenaImam
yes i did exported those env variables. but still i am getting the following error Cannot find ./catalina.sh This file is needed to run this program I have even checked for the file permission mode. and also tried these commands #dos2unix startup.sh ... Still i am not getting. hi,

Re: problem with installing tomcat in linux

2005-04-11 Thread Paul Puschmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: yes i did exported those env variables. but still i am getting the following error Cannot find ./catalina.sh This file is needed to run this program I have even checked for the file permission mode. and also tried

Re: problem with installing tomcat in linux

2005-04-11 Thread Hassan Schroeder
[EMAIL PROTECTED] wrote: yes i did exported those env variables. but still i am getting the following error Cannot find ./catalina.sh This file is needed to run this program Executables, including shell scripts, are only found if they're in your PATH. Either add the $CATALINA_HOME/bin directory to