Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. Using CATALINA_BASE: /home/sitakanta/server/apache-tomcat-6.0.37
  2. Using CATALINA_HOME: /home/sitakanta/server/apache-tomcat-6.0.37
  3. Using CATALINA_TMPDIR: /home/sitakanta/server/apache-tomcat-6.0.37/temp
  4. Using JRE_HOME: /opt/jdk1.7.0_71
  5. Using CLASSPATH: /home/sitakanta/server/apache-tomcat-6.0.37/bin/bootstrap.jar
  6. Using CATALINA_PID: /home/sitakanta/server/apache-tomcat-6.0.37/tomcat.pid
  7. Usage: catalina.sh ( commands ... )
  8. commands:
  9. debug Start Catalina in a debugger
  10. debug -security Debug Catalina with a security manager
  11. jpda start Start Catalina under JPDA debugger
  12. run Start Catalina in the current window
  13. run -security Start in the current window with security manager
  14. start Start Catalina in a separate window
  15. start -security Start in a separate window with security manager
  16. stop Stop Catalina, waiting up to 5 seconds for the process to end
  17. stop n Stop Catalina, waiting up to n seconds for the process to end
  18. stop -force Stop Catalina, wait up to 5 seconds and then use kill -KILL if still running
  19. stop n -force Stop Catalina, wait up to n seconds and then use kill -KILL if still running
  20. version What version of tomcat are you running?
  21. Note: Waiting for the process to end and use of the -force option require that $CATALINA_PID is defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement