My android learning experience 16 and android learning experience 16
Download and install tomcat
1. Download tomcat
Enter tomcat in Baidu can appear directly his English official website http://tomcat.apache.org/
Select tomcat that matches your java version.
2. Click Install after the download and remember your installation path
My installation path is:
3. Configure the environment (open the environment variable Configuration box just like installing java)
Create an environment variable: CATALINA_HOME
Write the variable value to your installation path
4. Check whether the installation is successful.
(1) Open the bin directory in your installation path and click the exe file, as shown in.
(2) Open the browser and enter http: // localhost: 8080/in the URL. The following page appears and the operation is successful.
5. Install the tomcat plug-in
Plugin http://www.eclipsetotale.com/tomcatPlugin.html#A1
(1) download the plug-in you match
Decompress the package to the plugins folder in the eclipse installation path.
(2) Open eclipse. If it has already been opened and needs to be restarted, click Window-> Customize Perspective, and check tomcat. Then you can see the tomcat kitten icon in your toolbar.
(3) Click window-> preferences, select tomcat, select the version, and find the installation path.