标签:style class blog code tar color
1, tomcat在linux下发布简单的web应用
1, 将web应用的war包拷贝到目录 apache-tomcat-opsweb/webapps
2, 切换到 apache-tomcat-opsweb/bin 目录下, 一般先使用 sh shutdown.bat 命令停止tomcat,再使用 sh startup.sh 启动tomcat并且部署应用
3, 在进行第二步操作时,我们一般会在另外一个linux窗口下打开运行过程中的日志 切换到 /apache-tomcat-opsweb/logs, 使用命令 tail -f catalina.out
这样在启动,停止tomcat过程中我们可以看到日志信息.
标签:style class blog code tar color
原文地址:http://www.cnblogs.com/yangw/p/3806791.html