| Author |
Error while executing startup.sh(Tomcat)
|
kriss Mathews
Greenhorn
Joined: Aug 25, 2005
Posts: 1
|
|
Hi, While starting tomcat using the command startup.sh on solaris 9 platform its giving me the following error .The Tomcat version being used here is 5.5.7. # ./startup.sh Using CATALINA_BASE: /usr/tomcat Using CATALINA_HOME: /usr/tomcat Using CATALINA_TMPDIR: /usr/tomcat/temp Using JRE_HOME: /usr/java touch: /usr/tomcat/logs/catalina.out cannot create # ./catalina.sh: /usr/tomcat/logs/catalina.out: cannot create Any tips to solve this would be highly appreciated... Thanks, Kriss
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
|
Sounds like the user that Tomcat is running under doesn't have sufficient permissions to write to the TOMCAT_HOME/logs directory.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: Error while executing startup.sh(Tomcat)
|
|
|