1.
Download the Tomcat Eclipse plugin
Http://www.eclipsetotale.com/tomcatPlugin.htmldownload different versions of the Tomcat plugin depending on the version of EclipseI am currently a eclipse3.7, so download the second one:
2. Installing the Tomcat plugin
Unzip the compressed file from the previous step and copy the extracted com.sysdeo.eclipse.tomcat_3.3.0 file/or folder to the plugins directory in the Eclipse root directory. Restart Eclipse, the icon appears in the toolbar to prove that the installation was successful.
3. Eclipse Tomcat Configuration
Eclipse->window->preferences->tomcat, tick version 6.x,tomcat home to select the installation directory for the second step. Click the OK button.
4. Deploy JEE projects to Tomcat
Right-click on the project name,properties->tomcat-> confirm that is a Tomcat project has been checked and click OK button, Tomcat/conf/catalina/localhost directory will have *.xml file generation.
5. Start the Tomcat debugging project
The 3rd step is pressurized after the devloader.zip in the com.sysdeo.eclipse.tomcat_3.3.0 directory is decompressed to get the org file. Copy the resulting file to the JAR-CVF (command line using the Devloader.jar *) Devloader.jar to the Lib directory in the Tomcat installation directory. Eclipse Tap the kitten button to start Tomcat and debug your JEE program with breakpoint tracking.
Integrated Tomcat plugin to eclipse