This article transferred from: http://kin111.blog.51cto.com/738881/163096
Installation of 1,eclipse. This is downloaded from the Eclipse's official website. Download the post EXE file to perform the installation. My version is,
Eclipse SDK
version:3.4.2
Build id:m20090211-1700
2. Download a tomcat from the official Apache website, and I'm under the 6.x version with the file name: Apache-tomcat-6.0.20.exe
Address http://tomcat.apache.org/download-60.cgi, download the Windows version, download EXE file after the installation, the installation Content section of the option to select All, all other default configuration, in the middle there is an admin password place, enter your own password can be set.
After installation, start, rely on, can not start. The original installation time, the machine used is jre6,tomcat use is also jre6, as if not support, that good download a jdk5, from the official website of Sun Download,
I'm under the Jdk-1_5_0_19-nb-6_5_1-windows-ml.exe, integrated Netbean version, downloaded all the way to the default installation.
After installation, uninstall tomcat, reinstall, the JRE part is formulated into jre1.5, after installation, the service starts Tomcat, browser input, Http://localhost:8080/,ok, page out of normal expression.
3. Download the Tomcat plugin for Eclipse.
: http://www.eclipsetotale.com/tomcatPlugin.html
This page also, installation instructions, English good can see for themselves.
I'm under this, Tomcatpluginv321.zip.
After downloading, unzip. The extracted files are placed in the eclipse's plug directory.
Then start eclipse and see three icons,
This time point three icons, there is a hint to tell you no. If these three icons do not appear, then select ' Window>customize perspective...>commands ' and tick ' Tomcat ' in ' Available command groups '
Also need to configure the version of Tomcat, and Tomcat's home, reference graph,
Configuration is complete, the application button is pressed, closed, and the Tomcat service is stopped first from the window's service,
Go back to Eclipse's page, click on the three icons, OK, the following console window is reflected,
Then open the browser, Http://localhost:8080/ok, Tomcat started the
Finally, summary, very simple, configuration. Do your own quick, follow the online tutorials is easy to people around confused, but, said to say, my side of the article is also reference to the online part of the tutorial.
Want to be able to provide assistance to the person who configures.