Skip to Main Content

Java Development Tools

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

RFC 2068 Hypertext Transfer Protocol --

Santosh M EMay 11 2012 — edited Feb 25 2013
Hi All,

Jdev-11.1.1.3.0
I am running my ADF application in Jdev Defealt server, I am not able to open the Home page of application,
Getting below error in browser(IE8),

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.

any suggestions pls??

thanks,
Santosh M E

Comments

Timo Hahn
Please post the URL you used to access the application...

Timo
Santosh M E
http://127.0.0.1:7101/RoutingTemplate-ViewController-context-root/faces/WEB-INF/Home.jspx?

thanks,
Santosh M E
Timo Hahn
The problem is the WEB-INF part in your URL. You can't access any resource inside the WEB-INF folder from the outside. Move your Home.jspx into the the webroot folder.
Next you should not have the suffix '.jspx' as part of your url. If you do you can't navigate as the adf bindings (and navigation) is not initialized.


Timo
Santosh M E
Thanks Timo.

It works :)
803319
Error 403--Forbidden





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

10.4.4 403 Forbidden

The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.

While Uploading any file from my IE to Oracle SR.Any one help pn this


Regards

Raghu
1 - 5
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 25 2013
Added on May 11 2012
5 comments
112,054 views