Sei sulla pagina 1di 3

How to Install Latest Apache Tomcat 8.5.14 in Linux https://www.tecmint.

com/install-and-configure-apache-tomcat-8-in-linux/

/opt/tomcat/

# mkdir /opt/tomcat/ && cd /opt/tomcat


# wget http://mirror.fibergrid.in/apache/tomcat/tomcat-8/v8.5.14/bin/apache-tomcat-8.5.14.zip
# wget https://www.apache.org/dist/tomcat/tomcat-8/v8.5.14/bin/apache-tomcat-8.5.14.zip.md5

# cat apache-tomcat-8.5.14.zip.md5
# md5sum apache-tomcat-8.5.14.zip

# unzip apache-tomcat-8.5.14.zip
# cd apache-tomcat-8.5.14/bin/

*.sh

# chmod 700 /opt/tomcat/apache-tomcat-8.5.14/bin/*.sh

1 of 3 5/24/17, 6:05 PM
How to Install Latest Apache Tomcat 8.5.14 in Linux https://www.tecmint.com/install-and-configure-apache-tomcat-8-in-linux/

# ln -s /opt/tomcat/apache-tomcat-8.5.14/bin/startup.sh /usr/bin/tomcatup

# ln -s /opt/tomcat/apache-tomcat-8.5.14/bin/shutdown.sh /usr/bin/tomcatdown

# tomcatup

Using CATALINA_BASE: /opt/tomcat/apache-tomcat-8.5.14


Using CATALINA_HOME: /opt/tomcat/apache-tomcat-8.5.14
Using CATALINA_TMPDIR: /opt/tomcat/apache-tomcat-8.5.14/temp
Using JRE_HOME: /opt/java/jdk1.8.0_131/jre/
Using CLASSPATH: /opt/tomcat/apache-tomcat-8.5.14/bin/bootstrap.jar:/opt/apache-tomcat-8.5.14/bin/tomcat-jul
Tomcat started.

2 of 3 5/24/17, 6:05 PM
How to Install Latest Apache Tomcat 8.5.14 in Linux https://www.tecmint.com/install-and-configure-apache-tomcat-8-in-linux/

3 of 3 5/24/17, 6:05 PM

Potrebbero piacerti anche