Directory
1 Downloads
2 Installation
2.1 Mounting USB drive
2.2 executing the installation command
3 configuration ... 3
4 Annex I: The difference between RPM and tar.gz and the installation and uninstallation
========================================================
1 Downloads
Official website:http://tomcat.apache.org/download-70.cgi#7.0.57
Find the appropriate version, click to download, this example is downloaded:apache-tomcat-7.0.57.tar.gz
2 Installation
2.1 Mounting USB drive
For details, see: http://blog.csdn.net/u013474104/article/details/42777141
2.2 executing the installation command
Locate tomcat by mounting the USB drive:
Perform the decompression command (see annex I for details):
Unzip to the specified directory:
Tar zxvf/mnt/usb/software/linux/apche-tomcat-7.0.57.tar.gz–c/tomcat7, folder does not exist, create: MKDIR/TOMCAT7
Installation complete, execute command:/tomcat7/apche-tomcat-7.0.57/bin/startup.sh
See this, instructions have been installed successfully!
Access:
In the Address bar, enter: Host ip:8080, accessible (tomcat default port 8080)
3 Configuration
No installation, no configuration, encounter the specific situation, and then the specific treatment;
4 Annex I: The difference between RPM and tar.gz and the installation and uninstallation
For details, see: http://blog.csdn.net/u013474104/article/details/42739361
The Tomcat installation configuration for Linux