已有101人关注
自己建了一个WEB工程,在WEB.XML文件中加入监听,运行程序出现404无法访问,去掉就能正确出现首页,怎么回事?
发表在Java图书答疑 2018-12-12 《Java项目开发实战入门》第8章 铭城在线考试系统 120页-150页
是否精华
版块置顶:

自己建了一个WEB工程,在WEB.XML文件中加入监听,运行程序出现404无法访问,去掉就能正确出现首页,怎么回事?

<display-name>auction</display-name>

<context-param>

<param-name>contextConfigLocation</param-name>

<param-value>classpath:spring.xml,classpath:spring-mybatis.xml</param-value>

</context-param>


    <listener>

<description>spring监听器</description>

<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>

</listener>

<context-param>

<param-name>spring.profiles.active</param-name>

<param-value>dev</param-value>

</context-param>

<filter>

<description>字符集过滤器</description>

<filter-name>encodingFilter</filter-name>

<filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class>

<init-param>

<description>字符集编码</description>

<param-name>encoding</param-name>

<param-value>UTF-8</param-value>

</init-param>

<init-param>

<param-name>forceEncoding</param-name>

<param-value>true</param-value>

</init-param>

</filter>


<filter-mapping>

<filter-name>encodingFilter</filter-name>

<url-pattern>/*</url-pattern>

</filter-mapping>


<servlet>

<description>spring mvc servlet</description>

<servlet-name>springMvc</servlet-name>

<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>

<init-param>

<description>spring mvc 配置文件</description>

<param-name>contextConfigLocation</param-name>

<param-value>classpath:spring-mvc.xml</param-value>

</init-param>

<load-on-startup>1</load-on-startup>

</servlet>

<servlet-mapping>

<servlet-name>springMvc</servlet-name>

<url-pattern>*.do</url-pattern>

</servlet-mapping>

<session-config>

<session-timeout>20</session-timeout>

</session-config>

<welcome-file-list>

<welcome-file>/xia/login.jsp</welcome-file>

<welcome-file>index.jsp</welcome-file>

<welcome-file>login.jsp</welcome-file>

<welcome-file>/xia/index.jsp</welcome-file>

</welcome-file-list>

</web-app>


2018-12-12 18:06:30编辑
分享到:
精彩评论 2
xiazhi2003169
学分:6 LV1
2018-12-12
沙发

没有学分,麻烦回答下下,谢谢

根号申
学分:4736 LV12
TA的每日心情
2021-07-16 23:48:46
2018-12-14
板凳
  1. 看你的启动日志是不是报错了,根据报错信息排查错误原因。

  2. 请给出代码出现的具体位置,哪本书哪一页,然后到java web板块提问。

首页上一页 1 下一页尾页 2 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照