Eclipse Tomcat plug-in: sysdeo Tomcat launcher plugin

Source: Internet
Author: User

A good eclipse Tomcat connection plug-in
As of February 4, the latest version is 3.2.1, which was released on February 5.

Supported: Eclipse 3.1, 3.2, 3.3 and 3.4
Supported: Tomcat 6

Usage:
1. install Tomcat on the local machine;
Set CONF/server. XML in Tomcat installation;
For example, D:/Eclipse/tomcat5.0/Conf
................
<Connector Port = "9000" maxthreads = "150" minsparethreads = "25" maxsparethreads = "75"
Enablelookups = "false" redirectport = "8443" acceptcount = "100"
DEBUG = "0" connectiontimeout = "20000"
Disableuploadtimeout = "true"/>
......

<Context Path = "" reloadable = "true" docbase = "D: \ eclipse \ wrk1 \ EPC \ epcweb"/>

</Host>
...........
Note: 1. Add <connector/> set port = "9000 "//
2. Set reloadable = "true" in <Context/>"

2. Download Tomcat plugin http://www.eclipsetotale.com/tomcatPlugin.html

3. Release the. ZIP file to the eclipse plugins;
4. re-open Eclipse: the start Tomcat, stop tomcat, and restart Tomcat icons appear on the toolbar.
5. Configure Tomcat plug-in
Windows -----> preferences -----> set in Tomcat
1. tomcat version: select the tomcat version.
2. Tomcat home: D: \ eclipse \ tomcat6.0 // tomcat installation path
3. Select Server. XML for context declaration mode.
Its configuration file: D: \ eclipse \ tomcat6.0 \ conf \ Server. xml // (server. XML Path)

4. Double-click "advanced" on Tomcat.
Tomcat base: D: \ eclipse \ tomcat6.0 // tomcat installation path

After the configuration is complete, you can use the start Tomcat, stop tomcat, and restart a icons to control tomcat.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.