在WebLogic中如何設定使用JRockit JVM

tolywang發表於2013-02-27

How to tell Our WebLogic to use JRockit JVM ?

Step-1). Set the JAVA_HOME environmental variable in
< MIDDLEWARE_HOME>/common/bin/commEnv.cmd (commEnv.sh) to the appropriate path.
Example Location: C:\Bea1033\wlserver\common\bin

Step-2). Set the JAVA_VENDOR environmental variable in
< MIDDLEWARE_HOME>/common/bin/commEnv.cmd (commEnv.sh) to BEA.

NOTE: Above two Steps are required only when you want that All your Newly created Domains as well should automatically pick the JRockit JVM Only.
If you already have some Existing Domain then you can do this in your ”\bin\setDomainEnv.sh” set the Correct JAVA_HOME and Correct JAVA_VENDOR Like below:


http://middlewaremagic.com/weblogic/?p=2908  

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-762014/,如需轉載,請註明出處,否則將追究法律責任。

相關文章