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!

Oracle App Server Running On Both Port 80 and Port 443

484600Feb 10 2009 — edited Feb 10 2009
Is it possible to run oracle portal version 10.1.4.x so that it will listen on both port 80 and port 443? I don't this question is necessarily portal specific, but should have to do with the configuration of web cache, the httpd server, and oid.

We initially set it up running on port 443 and that works fine. We would like to be able to avoid the ssl when inside the company firewall and have the portal run on port 80 and would also like to have ssl and port 443 available to people outside of the firewall. I have not been able to find any documentation on how to do both.

We have set up port 80 and it works for content served directly by the underlying apache web server but all http/port 80 requests for portal pages get redirected to https

My goal is to have both urls below working.

https://server.name.com/portal/page/portal/PageGroup/Page1

and

http://server.name.com/portal/page/portal/PageGroup/Page1

Both should require a valid login with SSO. The first is clearly running on port 443 over ssl and the second on port 80. The same server, page group, and page for each, just over a different port.

Is this possible?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 10 2009
Added on Feb 10 2009
2 comments
548 views