Monday, November 21, 2011

Tomcat6 on Ubuntu 11.10

If you are using software enter to install tomcat6 on your ubuntu, it wont start up directly. You are able to start and stop it as service using /etc/init.d/tomcat6 start/stop

However if you want to start and stop it using startup.sh, it is giving some errors.
First  for some missing directories and then for server.xml.

This is due to CATALINA_BASE being set to the default /usr/share/tomcat6 instead of /var/lib/tomcat6

Check below references for more information.

http://ubuntuforums.org/showpost.php?p=11307493&postcount=7




No comments:

Post a Comment