I think the important message is here: > /usr/local/apache-tomcat-6.0.18/bin/catalina.sh: line 292: > /usr/local/apache-tomcat-6.0.18/logs/catalina.out: Read-only file system
In particular the phrase "Read-only file system" suggests the disk/partition tomcat is installed on was mounted read-only instead of read-write. Fix that and you should be good to go. --David Partha wrote: > Hi there, > I am unable to restart apache-tomcat-6.0.18.When i try to run the startup.sh > it gives the following error: > > Using CATALINA_BASE: /usr/local/apache-tomcat-6.0.18 > Using CATALINA_HOME: /usr/local/apache-tomcat-6.0.18 > Using CATALINA_TMPDIR: /usr/local/apache-tomcat-6.0.18/temp > Using JRE_HOME: /usr > touch: cannot touch `/usr/local/apache-tomcat-6.0.18/logs/catalina.out': > Read-only file system > /usr/local/apache-tomcat-6.0.18/bin/catalina.sh: line 292: > /usr/local/apache-tomcat-6.0.18/logs/catalina.out: Read-only file system > > When i try to change the permissions of catalina.out, it gives the message > that the file is read only. > Any pointers in this regard would be of great help. > > Thanks and Regards, > Partha. > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org