I am trying to start up tomcat here on my unix server, but I get this:
creating `/usr/local/tomcat/logs/catalina.out': No such file or directory
My tomcat server is not located in /usr/local/tomcat/. How can I change the $CATALINA_HOME variable so that it points to the correct directory?
creating `/usr/local/tomcat/logs/catalina.out': No such file or directory
My tomcat server is not located in /usr/local/tomcat/. How can I change the $CATALINA_HOME variable so that it points to the correct directory?