Sysdeo Tomcat Launcher

Start, stop, and manage Tomcat and WAR files without leaving Eclipse.

Download Sysdeo Tomcat Launcher 3.2.1 for EasyEclipse 1.2.2:

(268KB)  (228KB)  (164KB)

Download Sysdeo Tomcat Launcher 3.2.1.2-13 for EasyEclipse 1.3:

(268KB)  (192KB)  (164KB)

This plugin lets you manage Apache Tomcat without leaving Eclipse:

It is much faster and much easier to set up and use than the Eclipse J2EE tools, and is perfect for development of web applications on Tomcat with JSPs.

Comments are currently disabled on this page.

Installing this plugin

This plugin is in the EasyEclipse Server Java distribution.

If you install this plugin on another EasyEclipse distribution, the dependent plugin Eclipse Java Development Tools must be present in the EasyEclipse distribution, or must be installed separately.

Getting started

This plugin does not contain Tomcat: you must download and install it before using this plugin. You can download a recent version from the Apache Tomcat 5 Downloads page.

Before using the plugin, you must set Tomcat home : Window > Preferences, select Tomcat and set the Tomcat version and Tomcat home fields. Then start the Tomcat server by selecting the menu Tomcat > Start Tomcat. You can check in the Console view that the server starts correctly.

To create a new Tomcat project, select New > Project and select Tomcat. After creating a project, you can add JSP files at the root of the project, or Java files in the WEB-INF/src folder, and immediately run them on the server, without any deployment step: for example, if you create a Tomcat project called

testproject
and you create a file
index.jsp
in it, then you can see you file by opening
http://localhost:8080/testproject/index.jsp
(if your server runs on port 8080).

Note: This plugin launches Tomcat using the default JRE (Java Runtime) checked in Eclipse preferences (in Window > Preferences > Java > Installed JREs). This JRE must be a JDK (this is a Tomcat prerequisite): on Windows and Linux, you should use an EasyEclipse distribution that includes the Java JDK for Windows or Linux, rather than the Windows or Linux JRE.

Tests

(Notes that tests are only displayed if the page is served statically)

Useful links

You can also look for reviews and ratings, and add your own:

Changelog

Changes in EasyEclipse 1.3.1:

Changes in EasyEclipse 1.2.2: Changes in EasyEclipse 1.2.1: Changes in EasyEclipse 1.0.0:

Credits and License

Credits: B Leroux, Sysdeo

Copyright (c) Sysdeo SA - 2002-2006

This plugin is licensed under a BSD/MIT/Apache-style license.