Eclipse installation and configuration tomcat

Eclipse installation and configuration tomcat

     Nowadays, a lot of tomcat is brought, but I suggest that I do the next one instead of using the one that comes with it;

Go to the Internet to download a free installation version of tomcat. It is not recommended to use a newer version. It is not necessarily as new as possible. For example, I always use tomcat6.

installation steps:

Unzip tomcat

For example, my unzipped directory: E:\work\apache-tomcat-6.0.32

eclipse finds "Preferences" to open

Search tomcat

Option tomcat 6.x, then select the path of tomcat

Configure your jdk

 

start up

Open http://localhost:8080/ with a browser 

This is a success, very simple!

 

Guess you like

Origin blog.csdn.net/dkm123456/article/details/114385621