weblogic6.1为何不能正确编译jsp?
我用jb6,配置weblogic6.1后application server和web server都是weblogic,编译jsp的时候可以编译成
功,但jsp页面不能正确显示,jb里页面提示为:Unable to open location: Document not found on
server
换用ie直接敲入同样的地址提示信息为:
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.
如何解决?