Eclipse Tomcat server plug-in tomcatplugin is developed by sysdeo, which is. The local eclipse version is 3.2, so the final version 3.1 is downloaded.
The plugin installation is simple. You only need to extract the downloaded tomcatpluginv31 to the Plugins directory of the eclipse installation directory. See
Open eclipse again, but the display of Tomcat plug-in cannot be found. The solution is to start with startup. Jar provided by eclipse for the first time. The file is in the eclipse directory.
This command re-reads the Eclipse IDE plug-in information and starts eclipse. In this case, the eclipse menu item and toolbar are displayed
At this time, Tomcat cannot be started immediately from eclipse. You need to specify the installation directory of Tomcat. Select the eclipse menu window-> preferences ..., Open the preferrences window
Select tomcat, and then select the tomcat version number to specify the tomcat installation path. The configuration file of Tomcat is automatically obtained. Other options are available by default.
Click the first Tom button in the toolbar to start Tomcat. You can view the startup information on the eclipse console.
You can enter http: // localhost: 8080/in the address bar of your browser to check whether Tomcat works properly.
Note: When you exit eclipse, the Tomcat server will also be shut down.
Create a project. In the new project dialog box, you can view the Tomcat project options. (About how to create a tomcat Project)