Error 404--Not Found (while using apache and weblogic)
问题 I have an application deployed in weblogic, and am using apche server.Normally, when I enter the url for the application, it should display a jsp (1) kind of please wait then this one will redirect to another jsp (2). the problem is when I enter the url of the application, it displays jsp (1) "please wait" and while redirecting it gives the error (Error 404--Not Found). What do you think the problem is ? 回答1: A 404 simply means that the URL is invalid or that the resource actually isn't there