Be careful when editing files, make sure you have made a backup of the files.
- Edit the file: default-web-site.xml in the $OC4J home/config folder
Search for the following line and change ohs-routing from false to true
application="ascontrol" name="ascontrol" load-on-startup="true" root="/em" ohs-routing="true"
- Edit the file: server.xml in the $OC4J/home config folder
Search for the following line and change start van false in true
application name="ascontrol" path="../../home/applications/ascontrol.ear" parent="system" start="true" - That’s all. Just restart your Oracle Application Server:
$ORACLE_HOME/opmn/bin/opmnctl stopall
$ORACLE_HOME/opmn/bin/opmnctl startall - Now you should be able to browse to the Enterprise Manager.
http://servername:[http_port]/em
$ORACLE_HOME/install/readme.txt
No comments:
New comments are not allowed.