Hi All,
i have deployed by sample ADF application (JDEV Version used JDEV 11.1.1.7) in weblogic server (10.1.3).
Able to deploy application successfully and also default url has been generated , please look into below screenshot

When i directly click on this default URL link , i got an error
|
Error 403--Forbidden
|
|
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.4 403 Forbidden
|
Later after going through some forums , i came to know that i need to add information in my url , so added /faces/CascdedLovPG.jspx
http://azoelerp01.kpit.com:7403/CascadedLOVApp-ViewController-context-root/faces/CascdedLovPG.jspx
even after doing so i get below 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.
|
Can you guys please help me out