Upgrading to a newer JVM
Each new JVM release usually includes a large number of performance improvements, as the vendors constantly vie for the top spot on the performance benchmarks. By upgrading to the latest available JVM, you can take advantage of the latest performance improvements.
Getting ready
For this recipe you need to have installed SOA Suite, and have edit access to the start scripts for your domain. You also need to have downloaded and installed a newer JVM (the JDK version, not the JRE).
This recipe assumes that you are starting WebLogic using the scripts in the domain bin
directory. If you are using another method such as the node manager, you should make the changes to JAVA_HOME
via the relevant method (for the node manager, this is the WebLogic administration console).
How to do it…
To upgrade to a newer JVM, perform the following steps:
Navigate to the domain's
bin
directory, as shown in the following command line:cd %MIDDLEWARE_HOME%/user_projects/soa_domain/bin
Edit the file...