weblogic之servlet问题请教!急!
weblogic之servlet问题请教!
安装完weblogic后测试jsp可以运行,现测试servlet是否正常工作,
名为现想运行C:\bea\weblogic6.1\samples\examples\servlets\HelloWorldServlet.java的servlet,请问怎样才能运行成功,
1.已经在weblogic.properties文件中加入:
weblogic.httpd.register.HelloWorldServlet=examples.servlets.HelloWorldServlet
2.在地址栏中键入:http://localhost:7001/HelloWorldServlet
出错信息为:
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
不知道哪儿出了错!!!谢谢!!!