Test environment:
Host System: Win 7
Virtual machines: VMware workstation 11.1.0
Virtual Machine Os:centos 6.5 64-bit Kernel 2.6.32-431-e16.x86_64
MYECLIPSE:2015 1.0
tomcat:6.0.43
First, the download and installation of MyEclipse1. Download myeclipse
http://www.myeclipsecn.com/download/
2. Make the downloaded file into an ISO image and load it in the virtual machine
No Child shoes Reference: Install JDK under Linux and test development "Hell world! "This article
3. Installing MyEclipse
Change file permission type, readable writable executable rwx, run installation file
4. Start MyEclipse
MyEclipse to start in Linux GUI, go to MyEclipse's installation directory, execute #./myeclipse & Note:& Show background run
Second, the download and installation of Tomcat
1. Download tomcat (tar.gz)
http://tomcat.apache.org/download-60.cgi
2. Create the image and load it into the virtual machine
Slightly
3. Install Tomcat
#tar –ZXVF Tomcat Note: Unzip
#./tomcat Note: Installation
4. Start Tomcat
[email protected] bin]#./startup.sh
Using catalina_base:/root/linux/apache-tomcat-6.0.43
Using Catalina_home:/root/linux/apache-tomcat-6.0.43
Using Catalina_tmpdir:/root/linux/apache-tomcat-6.0.43/temp
Using jre_home:/usr
Using CLASSPATH:/root/linux/apache-tomcat-6.0.43/bin/bootstrap.jar
[Email protected] bin]#
5. See if Tomacat is started
[email protected] bin]# Netstat-an | more
Active Internet connections (servers and established)
Proto recv-q send-q Local address Foreign address state
TCP 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
TCP 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
TCP 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
TCP 0 0 127.0.0.1:199 0.0.0.0:* LISTEN
TCP 0 0::: 8080:::* LISTEN Note: 8080 port is the Tomcat default port
TCP 0 0: :: $:::* LISTEN
TCP 0 0:: 1:631:::* LISTEN
#netstate –ANP | Note: View all network Service processes
1840: Monitor The 8080 process number, the hacker ----Kill
#kill-9 1840 Note: Force the 1840 Tomcat process to close
Download and install MyEclipse and tomcat