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!

Customize Oracle 10g HTTP server with SSL

user1980Aug 13 2008 — edited Aug 14 2008
Hello,

I have configured the HTTP server as per the documentation on Oracle 10g Application Server to use SSL and was able to display the Oracle test page by browsing the URL "https://<server-name>:4444".

We need our application to use SSL( https ) instead of http and will run on a different port(8080) other than 4444 or 4443.

I would like to know what parameters needs to be changed and where.

I have identified two important files that needs to be changed for customization:

1) $ORACLE_HOME/Apache/Apache/conf/httpd.conf
2) $ORACLE_HOME/Apache/Apache/conf/ssl.conf

In "ssl.conf", I changed the "Listen 4444" port to "Listen 8080" & restarted the opmnctl.

I am getting the following errors on restart:
opmnctl: opmn is not running
opmnctl: starting opmn and all managed processes...
SND: Broken pipe
SND: Broken pipe
opmnctl: opmn start failed
Any suggestions for this issue.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2008
Added on Aug 13 2008
2 comments
763 views