Obviously, yes, you can update your JVM.
To be short, for the Integration Server, you have to modify JAVA_DIR from server.sh in order to specify the root directory of your own JAVA installation.
It’s the same for other components (MetadataLibray, MWS, …).
The best thing is to go to the root wM installation directory (/opt/webMethods7 by defaut) and do a
find . -type f -exec grep -l ‘webMethods7/jvm/’ {} ;
and the modify all scripts to correspond to your own java version.
Obviously, you have to use the same major version of JAVA (i.e., wM7 is comming with Java 1.5 or Java 5, so you have to use the latest version of JAVA 1.5, not JAVA 6)
Best regards,
Laurent
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods