Tuesday, July 8, 2008

running tomcat

Where:
Travis Somerville (fireleg): where is tomcat installed on the system? where is tomcat-users.xml
Kevin Gray: It would be located in /opt/tomcat, the file would be in /opt/tomcat/conf/

Startup / Shutdown:
service tomcat start { console | start | stop | restart | status | dump }


Auto-Startup script:
ON = chkconfig tomcat on (to have it start when the VPS restarts).
LIST = chkconfig --list tomcat
OFF = chkconfig tomcat off

No comments: