Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

404: Error From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

887237Sep 29 2011 — edited Oct 6 2011
Hi.
I have developed simple web application in Netbeans. Application has one index page, and one servlet. index page calls servlet and servlet redirects to index page. I deployed application in glass fish server and it works fine.
I deployed WAR file to Weblogic server. Deployment is successful. but when i start the application, when i click on Submitt button i am getting 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.

Basically, i guess servlet mapping is not happening.
How to check that..?


Thanks

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 3 2011
Added on Sep 29 2011
1 comment
2,079 views