Download Jdk:http://Download.oracle.com/Otn-Pub/Java/Jdk/A. Installing JDK Decompression>Tar-ZXZF JDK-8u77-Linux-x64.gz Move to/Usr/Local/the following decompression: Jdk1.8.0_WuyiSoft Connect ln-S JDK1.8.0_Wuyi/The JDK is now in the following directory: JDK -Jdk1.8.0_Wuyi/Jdk1.8.0_WuyiConfigure the JDK path to open/etc/profile, adding export java_home at the end of the file=/Usr/Local/Jdkexport jre_home=/Usr/Local/Jdk/Jreexport CLASSPATH=.: $JAVA _home/Lib/Dt.jar: $JAVA _home/Lib/Tools.jar: $JAVA _home/Lib: $JRE _home/Lib: $CLASSPATHexport PATH=$JAVA _home/Bin: $PATH two. Install MAVEN on/Usr/The local path is extracted as follows: Apache-Maven-3.3.9to make a soft connection ln-s Apache-Maven-3.3.9Apach-maven now has the following directory: Apache-Maven -Apache-Maven-3.3.9Apache-Maven-3.3.9Configure the MAVEN path (you can add the Mavne path directly after the path) export Java_home=/Usr/Local/Jdkexport jre_home=/Usr/Local/Jdk/Jreexport CLASSPATH=.: $JAVA _home/Lib/Dt.jar: $JAVA _home/Lib/Tools.jar: $JAVA _home/Lib: $JRE _home/Lib: $CLASSPATHexport PATH=$JAVA _home/Bin: $PATH:/Usr/Local/Apache-Maven/bin three. Install Tomact Unzip tar-ZXVF Apache-Tomcat-8.5.9. tar.gz Soft Connect ln-s Apache-Tomcat-8.5.9Apache-Tomcat is now in the following directory: Apache-Tomcat -Apache-Tomcat-8.5.9Apache-Tomcat-8.5.9at this point the Apache-Tomcat-8.5.9/Conf/Server.xml the various ports in the normal use of the comments: this time, although more than one Apache-Tomcat, but this is a soft connection, and its substance inside the content is pointing to Apache-Tomcat-8.5.9 of
Linux environment JDK Maven tomact Installation