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