Step 1: Download the tool
Tomacat6.0 address: http://tomcat.apache.org/download-60.cgi
Jdk1.6 address: www.sun.java.com
Myeclipse6.5: http://www.myeclipseide.com/index.php? Module = htmlpages & func = display & pid = 4
(Here I downloaded a package that includes eclipse)
Step 2: unzip and install
Tomcat6.0 downloads the green version, which can be used directly after decompression. JDK and myeclipse6.5 installation follow the prompts and follow the next step to complete the installation. After the installation is complete, add the path of the bin directory after JDK installation under the Environment Variable path.
Step 3: Run
Run myeclipse. The upper-right corner has a perspective (View) mode. Make sure that it is in WTP Java EE mode. If this mode is not set by default, then open perspective --> Other --> show all --> WTP Java ee.
Window --> preferences --> myeclipse enterprise workbeanch --> servers --> Tomcat 6. x --> JDK, load the installation path of jdk1.6 into the Tomcat JDK name. Click OK.
Choose File> New> Other> show all Wizard> Web> dynamic web project, select Apache Tomcat v6.0 in target-runtime, and click Finish, in this way, a new project is created. Right-click webcontent in the project directory on the left, and create a JSP file in Web --> JSP.
Right-click the newly created JSP file and choose run as --> run on server to execute the JSP page.