Wednesday, October 20, 2010

Weblogic JDK to JRockit

Deploy latest code Release.
1. Deploy latest ear (if any)
2. Change the project.properties to update next version

3. Setting changes for jvm to be made on all nodes are:
a) change Java Home path to E:\Oracle\Middleware\jrockit_160_14_R27.6.5-32
b) add the following arguments to the "server start" at the end of the file
-Xmanagement:autodiscovery=true,authenticate=false,ssl=false,port=7091 (keep in mind that this value needs to be different for each node on the server). For instance MS_1 = 7091 and MS_2 = 7092, only applies if they are on the same machine.

No comments: