View the console information of tomcat resin under linux

Go to: http://www.2cto.com/os/201211/165378.html

Check the console information of tomcat resin under linux.

Very simple things, record them to prevent forgetting.

View tomcat:
start tomcat and go to the tomcat logs directory
Java code 
tail -f catalina.out 
  www.2cto.com 
View resin:
start resin and go to /usr/local/resin/bin to see the
Java 
code./httpd.sh start  to

view the startup log
Java code 
tail -n 100 ../log/jvm-default.log

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326372866&siteId=291194637