当前位置: 技术问答>java相关
Tomcat 裡配好一個目錄/howjsp怎麼在我的web-inf/classes 的servlet不能運行?
来源: 互联网 发布时间:2017-03-11
本文导语: 我在webapps下建一目錄/howjsp/web-inf/classes/HelloWorldExample.class /howjsp/web-inf/web.xml web.xml內容: ...
我在webapps下建一目錄/howjsp/web-inf/classes/HelloWorldExample.class
/howjsp/web-inf/web.xml
web.xml內容:
HelloWorldExample
HelloWorldExample
HelloWorldExample
/HelloWorldExample
在server.xml加上了
啟動Tomcat 在IE裡輸入
http://10.1.1.75:8080/howjsp/servlet/HelloWorldExample
出錯:
Apache Tomcat/4.0.4 - HTTP Status 404 - /howjsp/servlet/HelloWorldExample
--------------------------------------------------------------------------------
type Status report
message /howjsp/servlet/HelloWorldExample
description The requested resource (/howjsp/servlet/HelloWorldExample) is not available.
高手指點
/howjsp/web-inf/web.xml
web.xml內容:
HelloWorldExample
HelloWorldExample
HelloWorldExample
/HelloWorldExample
在server.xml加上了
啟動Tomcat 在IE裡輸入
http://10.1.1.75:8080/howjsp/servlet/HelloWorldExample
出錯:
Apache Tomcat/4.0.4 - HTTP Status 404 - /howjsp/servlet/HelloWorldExample
--------------------------------------------------------------------------------
type Status report
message /howjsp/servlet/HelloWorldExample
description The requested resource (/howjsp/servlet/HelloWorldExample) is not available.
高手指點
|
(/howjsp/servlet/HelloWorldExample
看看是不是路径错误呀!!!
看看是不是路径错误呀!!!