当前位置: 技术问答>java相关
servlet在weblogic6.1下为什么总是出错??都应该在哪里进行配置?
来源: 互联网 发布时间:2015-03-29
本文导语: 我的servlet名为Hello.class,放在web-infclassesmyservlet下面 另外我用的Web Application的名字叫做myweb web-inf目录里的web.xml文件中的内容如下: Hello myservlet.Hello Hello /Hello/* 现在用http://127...
我的servlet名为Hello.class,放在web-infclassesmyservlet下面
另外我用的Web Application的名字叫做myweb
web-inf目录里的web.xml文件中的内容如下:
Hello
myservlet.Hello
Hello
/Hello/*
现在用http://127.0.0.1:7001/myweb/Hello访问时,出的错误为:
Error 500--Internal Server Error
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.5.1 500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
用http://127.0.0.1:7001/myweb/myservlet/Hello访问时,出的错误是404错误
应该怎么做才能使我的SERVLET正常运行?
在WEBLOGIC的CONSOLE中是否需要进行什么设置?
另外我用的Web Application的名字叫做myweb
web-inf目录里的web.xml文件中的内容如下:
Hello
myservlet.Hello
Hello
/Hello/*
现在用http://127.0.0.1:7001/myweb/Hello访问时,出的错误为:
Error 500--Internal Server Error
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.5.1 500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
用http://127.0.0.1:7001/myweb/myservlet/Hello访问时,出的错误是404错误
应该怎么做才能使我的SERVLET正常运行?
在WEBLOGIC的CONSOLE中是否需要进行什么设置?
|
u p