1. Open the following file in a text editor.
$ORACLE_HOME\j2ee\home\applications\ascontrol\ascontrol\WEB-INF\config\registration\OPMN.xml
- Go to line 105 and make the change as outlined below.
<log path="'opmn/logs/HTTP_Server~1'" componentid="'OHS'">
to
<log path="'opmn/logs/HTTP_Server~1.log' componentId='OHS'>
- Go to to line 116 and make the change as outlined below.
<log
path='opmn/logs/%COMPONENT_TYPE%~%COMPONENT_NAME%~%OPMN_PROCESS_SET%~%OPMN_PROCESS_ID%'
componentId='OPMN'>
to
<log
path='opmn/logs/%COMPONENT_TYPE%~%COMPONENT_NAME%~%OPMN_PROCESS_SET%~%OPMN_PROCESS_ID%.log'
componentId='OPMN'>
3. Save the file and restart the instance where ASC is running which is normally HOME.Now log in ASC and when you go to the "Log Files" screen the OPMN OC4J log files will be shown under the following tree items.
- OPMN
- Process Manager
- redirected output/errors
No comments:
Post a Comment