当前位置: 代码迷 >> Web前端 >> eclipse停使用tomcat插件配置web工程
  详细解决方案

eclipse停使用tomcat插件配置web工程

热度:183   发布时间:2013-04-07 12:50:11.0
eclipse下使用tomcat插件配置web工程

:oops: 貌似开发工具版本不同 部署方式也不太一样 8)

?

1.建立web工程

2.工程右键? Properties → tomcat 勾选 Is a Tomcat Project

Context name 写为 /TestJava 注意项目名称(TestJava)前面的斜杠不能忽略

Can Update context definition (server.xml or context.xml) 必选

Mark this context as reloadable (reloadable="true") 必选

Subdirectory to set as web application root (optional) 写为 /WebRoot 启动tomcat时会去WebRoot下的Web-Inf中加载web.xml文件

?



?

?

?

?

  相关解决方案