当前位置: 技术问答>java相关
Servlet执行的问题?
来源: 互联网 发布时间:2015-05-02
本文导语: 1。我的servlet,aaa.class,已编译好了放在...webappsxxxweb-infclasses ...webappsxxxweb-inf下的web.xml中加入了 aaaServlet aaa aaaServlet ...
1。我的servlet,aaa.class,已编译好了放在...webappsxxxweb-infclasses
...webappsxxxweb-inf下的web.xml中加入了
aaaServlet
aaa
aaaServlet
/aaa
执行http://localhost:8080/xxx/servlet/aaa
出现以下结果:
Apache Tomcat/4.0.3 - HTTP Status 404 - /xxx/servlet/aaa
type Status report
message /xxx/servlet/aaa
description The requested resource (/xxx/servlet/aaa) is not available.
/xxx 目录下jsp都能很好的执行。
2.我把它放到/webapps/examples/web-inf/classes却能执行。
...webappsxxxweb-inf下的web.xml中加入了
aaaServlet
aaa
aaaServlet
/aaa
执行http://localhost:8080/xxx/servlet/aaa
出现以下结果:
Apache Tomcat/4.0.3 - HTTP Status 404 - /xxx/servlet/aaa
type Status report
message /xxx/servlet/aaa
description The requested resource (/xxx/servlet/aaa) is not available.
/xxx 目录下jsp都能很好的执行。
2.我把它放到/webapps/examples/web-inf/classes却能执行。
|
对不起,刚开始没看清楚你的留言,你的问题应该是,没有建立application项目,你的servlet应该在你的application中才能运行,按照你上面的http://localhost:8080/xxx/servlet/aaa要想运行的话,必须先建立一个xxx的项目,然后把aaa.class拷贝到classes目录下!那个xxx的项目你建了吗?
如果建了的话就应该有一个application.xml文件
如果建了的话就应该有一个application.xml文件