Tomcat发布项目方法的3种方式
1.最简单的方式,将web项目文件件拷贝到webapps 目录中。
?
2.修改server.xml, 在conf目录中的server.xml文件里,在host节点里添加Context,如下