标题:关于xml文件设置路径问题
只看楼主
王小贱2016
Rank: 1
等 级:新手上路
帖 子:21
专家分:9
注 册:2016-4-23
结帖率:0
 问题点数:0 回复次数:0 
关于xml文件设置路径问题
为什么我的xml文件一手动添加Servlet路径时所有的jsp和Servlet都出现404错误
下面是我xml文件的代码
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www. xmlns="http://java. xsi:schemaLocation="http://java. http://java. id="WebApp_ID" version="3.0">
  <display-name>lianxi</display-name>
  <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
  </welcome-file-list>
  <servlet>
      <servlet-name>ELServlet</servlet-name>
      <servlet-class>cn.Servlet.www</servlet-class>
  </servlet>
  <servlet-mapping>
  <servlet-name>ElServlet</servlet-name>
   <url-pattern>/ElServlet</url-pattern>
  </servlet-mapping>
  
</web-app>
搜索更多相关主题的帖子: xml 文件 路径 servlet http 
2017-10-13 20:51



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-481364-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.221564 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved