Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Servlet/JSP/JSF/JavaFX Script  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
reply to postflat modethreaded modego to previous topicgo to next topicgo to back
作者 web.xml配置问题
20502422





发贴: 8
于 2005-06-07 18:55 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
最近发现了个很奇怪的问题,错误提示如下:
type Status report

message /ch8/session_test.jsp

description The requested resource (/ch8/session_test.jsp) is not available

可我可以肯定路径没错,session_test.jsp也确实在那个路径里面。只要把web.xml里面关于listener的项目删掉之后页面就可以正常打开,所以应该是web.xml的配置问题,请大虾们帮忙查看有何不妥及如何修改。谢谢!!

我的web.xml如下:
<?xml version="1.0" encoding="ISO-8859-1"?>

<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd"
version="2.4">

<display-name>Welcome to Tomcat</display-name>
<description>
JSP应用开发详解
</description>
<filter>
  <filter-name>encoding</filter-name>
  <filter-class>com.jspdev.ch8.EncodingFilter</filter-class>
  <init-param>
   <param-name>encoding</param-name>
   <param-value>gb2312</param-value>
  </init-param>
</filter>
<filter>
<filter-name>auth</filter-name>
<filter-class>com.jspdev.ch8.SignonFilter</filter-class>
</filter>

<filter-mapping>
<filter-name>encoding</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

<filter-mapping>
<filter-name>auth</filter-name>
<url-pattern>/security/*</url-pattern>
</filter-mapping>

<filter-mapping>
<filter-name>auth</filter-name>
<url-pattern>/admin/*</url-pattern>
</filter-mapping>
<listener>
<listener-class>com.jspdev.ch8.MyServletContextListener</listener-class>
</listener>
<listener>
<listener-class>com.jspdev.ch8.MySessionListener</listener-class>
</listener>
<listener>
<listener-class>com.jspdev.ch8.MyRequestListener</listener-class>
</listener>

</web-app>




话题树型展开
人气 标题 作者 字数 发贴时间
2095 web.xml配置问题 20502422 1817 2005-06-07 18:55
1661 Re:web.xml配置问题 20502422 19 2005-06-08 15:21
1600 Re:web.xml配置问题 bluepure 116 2005-06-08 15:53
1798 Re:web.xml配置问题 20502422 42 2005-06-08 17:25

reply to postflat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923