I have an application in production which runs on java 6. I need to deploy another application which uses Tomcat8 and for Tomcat8 installation i need latest version of Java 1.8 installed in the same box.
I don't want to change any of the existing parameters, environmental variables so that the old application already running should not stop working. So i don't want to use msi installer (exe) for Jdk installation.
How do I install new version of Java without disrupting the previous version. Also how do i install Java in production without using the exe.