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

您没有登录

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

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





发贴: 6
于 2007-01-25 19:30 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
iceriver2000 wrote:
我的web.xml文档如下:
<?xml version="1.0" encoding="Shift_JIS"?>

<!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>
<servlet>
<servlet-name>Test</servlet-name>
<servlet-class>Test</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>Test</servlet-name>
<url-pattern>/Test</url-pattern>
</servlet-mapping>
</web-app>
其中Test为.class文件
它咋就不行呢 ?/我找了好多资料 貌似都这样配制的 还是没解决啊
请各位帮助小弟.


问题出在以下两个地方:
1、<servlet-class>Test</servlet-class> 这里面的“Test”应该改为"test"。
因为"Test"和"test"是两个不同的类! 如果使用"Test"会因为找不到对应的servlet类而出现异常!
2、既然你使用的是<url-pattern>/Test</url-pattern>,那么在浏览器中访问时就应当使用"/Test"的URL匹对去访问,使用"/test"的URL匹对是访问不了的!


pingia edited on 2007-01-25 21:00


JBuilder使用技巧

话题树型展开
人气 标题 作者 字数 发贴时间
2880 求教 Servlet的web.xml 中的配置问题 iceriver2000 179 2006-12-31 11:03
2284 Re:求教 Servlet的web.xml 中的配置问题 YuLimin 28 2007-01-01 16:28
2206 Re:求教 Servlet的web.xml 中的配置问题 iceriver2000 499 2007-01-05 08:58
2446 Re:求教 Servlet的web.xml 中的配置问题 pingia 778 2007-01-25 19:30
2203 Re:求教 Servlet的web.xml 中的配置问题 iceriver2000 57 2007-01-05 09:01
2333 Re:求教 Servlet的web.xml 中的配置问题 sophia778 15 2007-01-16 17:06

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