Unable to start OHS
Hi All,
I am encountering an issue with starting the OHS, I want to use port 80 as listen port for OHS, For that i followed steps as per
and still i am unable to start it.
Also i Modified forms.conf located at $ORACLE_HOME/forms/templates/config/
<Location /forms>
SetHandler weblogic-handler
WebLogicHost <server ip>
WebLogicPort 9001
</Location>
Modified reports_ohs.conf at :$ORACLE_HOME/reports/conf:
<Location /reports>
SetHandler weblogic-handler
WebLogicHost <server ip>
WebLogicPort 9012
</Location>
Then:
cp $ORACLE_HOME/forms/templates/config/forms.conf $OHS_INST/moduleconf
cp $ORACLE_HOME/reports/conf/reports_ohs.conf $OHS_INST/moduleconf