/usr/tomcat/server1/logs /usr/tomcat/server2/logs
and so on.
Right now, specifying a relative path doesn't work properly. Does anyone have an idea how best to implement this?
cd /usr/tomcat/server1 ./bin/catalina.sh start
In this case the relative path should be appended to /usr/tomcat/server1 I think, or doesn't this work in your situation?
Jaco
