Your CATALINA_HOME is borked up. It should point to the parent directory of Tomcat, not any of the subdirectories.
If you have your server.xml file in /usr/local/tomcat/conf, for example, and a logs directory at /usr/local/tomcat/logs, then CATALINA_HOME is /usr/local/tomcat, not any of the directories below it. John > -----Original Message----- > From: Swapneel Dange [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 25, 2003 2:31 AM > To: [EMAIL PROTECTED] > Subject: running tomcat under unix > > > i am trying to run TOMCAT 4.0 under unix, but i get the > following messages > when i try to start the TOMCAT : > > > [EMAIL PROTECTED] ./startup.sh > Using CATALINA_BASE: > /home/grad12/sdange/tomcat/jakarta-tomcat-4.1.18-src/catalina/src > Using CATALINA_HOME: > /home/grad12/sdange/tomcat/jakarta-tomcat-4.1.18-src/catalina/src > Using CATALINA_TMPDIR: > /home/grad12/sdange/tomcat/jakarta-tomcat-4.1.18-src/catalina/src/temp > Using JAVA_HOME: /local/jdk1.3.1 > touch: creating > `/home/grad12/sdange/tomcat/jakarta-tomcat-4.1.18-src/catalina > /src/logs/catalina.out': > No such file or directory > [EMAIL PROTECTED] > /home/grad12/sdange/tomcat/jakarta-tomcat-4.1.18-src/catalina/ > src/bin/catalina.sh: > /home/grad12/sdange/tomcat/jakarta-tomcat-4.1.18-src/catalina/ > src/logs/catalina.out: > No such file or directory > > yeah its true that there is no file known as 'catalina.out' > in my folders > and there is no directory such as 'logs' inside the directory > 'src'. do i > need to create a directory such as 'logs' or somethign like that. > > and i have set the following inside .cshrc ----- > > setenv JAVA_HOME /local/jdk1.3.1 > setenv CATALINA_HOME > /home/grad12/sdange/tomcat/jakarta-tomcat-4.1.18-src/catalina/src > > i am literally CLUELESS as to whats going on there. do commment ! > > > Swapneel Dange > 505-642-4126 > http://www.cs.nmsu.edu/~sdange > > > _________________________________________________________________ > Tired of spam? Get advanced junk mail protection with MSN 8. > http://join.msn.com/?page=features/junkmail > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
