Skip to Main Content

Integration

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!

Forbidden Error from OHS

Mahendra-OracleMar 16 2013
I have 11g (10.3.X) weblogic server installed(where my application is deployed) on port 7001 and for Oracle SSO I have setup OHS (Oracle HTTP Server) listening on port 80 to handle client requests.

Everything is working properly for a new request. But if i leave the page inactive for 15mins and refresh the page I am getting below error:

Forbidden

You are not authorised to access this resource on the server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

I tried to change the session timeout in web.xml and mod_wl_ohs.conf but no luck :(.

I have the following entry in httpd.conf for 403 error:
ErrorDocument 403 /403_error.html

but its not redirect to 403_error.html in this case.

Please suggest me how to resolve this.

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 13 2013
Added on Mar 16 2013
0 comments
885 views