标签:style blog color os ar 文件 div log sp
1.war包放到webapps根目录下。
2.修改tomcat目录下的conf文件夹里面的的server.xml,在<Host></Host>之间加入:
<Context path="/hello" docBase="hello.war" debug="0" privileged="true"/>
path="/hello" 为部署后运行的url路径
docBase war的文件名
3.启动tomcat。搞定。
标签:style blog color os ar 文件 div log sp
原文地址:http://www.cnblogs.com/newlooker/p/3942114.html