April 2016
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Categories

April 2016
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

tomcat 8 centos 6.7

## screen -U -S tomcat8-screen ## yum update INSTALL JAVA 8

Download the latest JAVA 8 from here or use the following command to download JAVA JDK 8u5:

for 32bit systems use:

## wget –no-cookies \ –no-check-certificate \ –header “Cookie: oraclelicense=accept-securebackup-cookie” \ “http://download.oracle.com/otn-pub/java/jdk/8u5-b13/jdk-8u5-linux-i586.rpm” \ -O /opt/jdk-8-linux-i586.rpm

for 64bit systems use:

## wget –no-cookies \ –no-check-certificate […]