Install tomcat in ubuntu and tomcat in ubuntu
Download:
Apache-tomcat-8.0.24.tar.gz
Decompress:
Sudo tar zxvf apache-tomcat-8.0.24.tar.gz
Rename:
Mv sudo tar zxvf apache-tomcat-8.0.24.tar.gz/tomcat8
Mobile:
Mv tomcat8 // usr/local/tomcat
Modify the configuration file:
Sudo tar zxvf apache-tomcat-8.0.24.tar.gz
# Tomcate pei zhi
JAVA_HOME =/usr/local/jdk/jdk1.8
JAVA_OPTS = "-server-Xms912m
-Xmx1024m-XX: PermSize = 800 M
-XX: MaxPermSize = 600 m
-Dcom. sun. management. jmxremote"
# JAVA_OPTS configures the server memory.
# OS specific support. $ var _ must _ be set to either true or false.
Cygwin = false
Darwin = false
Os400 = false
Case "'uname'" in
CYGWIN *) cygwin = true ;;
Darwin *) darwin = true ;;
OS400 *) os400 = true ;;
Esac
Start:
Sudo./startup. sh
Complete...
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.