When you cluster two Oracle Application Servers (10.1.3) you will receive a warning that it is not recommended (supported) to have two Application Server Controls in this cluster.
This week I had the need to enable the second ASC as the deployment of an application failed if it was carried of from the remote ASC.
This is how I did this.
Go to the server.xml in j2ee/home/config and change
< application name="ascontrol" path="../../home/applications/ascontrol.ear" parent="system" start="false" / >
into
< application name="ascontrol" path="../../home/applications/ascontrol.ear" parent="system" start="true" / >
Sunday, July 06, 2008
Subscribe to:
Post Comments (Atom)
2 comments:
Hello there,
Changing what into what?
You missed pictures or text maybe?
CU:)
You were right, missed the formatting issue in the XML style.
Post a Comment