Java Tomcat8.5 Maven和IntelliJ出现Http 404错误

时间:2018-04-23 09:06:43

标签: java maven intellij-idea tomcat8 maven-tomcat-plugin

我已经按照网站上的设置来配置Javaweb与Maven运行IntelliJ的想法,任何看起来都没问题但是当我点击运行/调试按钮来运行我的项目时,Tomcat启动的输出屏幕,但是网络页面在http://localhost:8080/处开始显示404错误。

enter image description here

如果我使用Tomcat插件来运行我的项目(tomcat7:run)它可以正常工作,

enter image description here

更多详情如下:

修改配置:

enter image description here

模块设置

enter image description here

工件设置

enter image description here

构面设置

enter image description here

的web.xml



<!DOCTYPE web-app PUBLIC
 "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
 "http://java.sun.com/dtd/web-app_2_3.dtd" >

<web-app>
  <display-name>Archetype Created Web Application</display-name>
  <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
  </welcome-file-list>
</web-app>
&#13;
&#13;
&#13;

项目结构

enter image description here

我是这个东西的新手,所以任何帮助将不胜感激。非常感谢!如果需要,我会上传更多详细信息。

0 个答案:

没有答案