Hi everyone,
I am trying to deploy a web application on weblogic app server. It is working on
Tomcat as expected. But when I try to deploy on weblogic server I am getting
the following error.
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.
I am using Myeclipse 7.5.
The way I deployed web application is
Step1: I downloaded weblogic 11gR1 from Oracle site and installed it on my windows XP pro machine.
Step 2: Then I opened Weblogic's configuration wizard and did some settings
Step3: Then I went to MyEclipse->preferences->Myeclipse Enterprise workbench-> Servers->Weblogic 10.x and I set the properties as
BEA Home directory: C:\bea
WebLogic Installation directory:C:\oracle\Middleware\wlserver_10.3
Administration Username: weblogic(same as given in step 2)
Password: vivek123 (same as given in step 2)
Execution domain root: C:\oracle\Middleware\user_projects\domains\base_domain
Execution server name: AdminServer
security policy file:
JAAS login file:
And, I added the project to weblogic 10.x server.
Then I have started the server and when I entered
http://ganapathi:7001/StrutsExample1/index.jsp, I got the above message.
Can anyone here please help me to resolve this issue?
Thanks
Vivek