I have a web application in java 6 byte code and would like to test it in a Java 7 JVM environmment.
For that purpose, I would like to configure Tomcat (fo
Go to tomcat/bin and modify the JAVA_HOME parmater in catalina.sh (for linux/unix) or catalina.bat (for windows). This means that only tomcat jvm will change, not everything else.