Menu

Tree [a2e482] master /
 History

HTTPS access


File Date Author Commit
 net.sf.eclipse.tomcat 2024-03-20 Tilman Neumann Tilman Neumann [79ac33] release 9.1.7
 net.sf.eclipse.tomcat.devLoader 2016-09-15 Markus Keunecke Markus Keunecke [106a2f] Add a simple eclipse bound jar export
 net.sf.eclipse.tomcat.feature 2020-12-27 Markus Keunecke Markus Keunecke [67b6d5] #30 Bump up version for release preparation.
 net.sf.eclipse.tomcat.test 2016-07-15 Hendrik Brummermann Hendrik Brummermann [5ead99] tests for StringUtil
 net.sf.eclipse.tomcat.updatesite 2024-03-20 Tilman Neumann Tilman Neumann [79ac33] release 9.1.7
 .gitignore 2014-07-26 Markus Keunecke Markus Keunecke [63b36c] ignore outputfolder
 .project 2020-09-23 boulik boulik [749770] fix for eclipse 2020-09
 LICENSE.txt 2016-07-01 Hendrik Brummermann Hendrik Brummermann [41836f] cleaned up and unified source code comments
 README.md 2024-08-04 Markus Keunecke Markus Keunecke [a2e482] Provide a hint on creating a run config #45

Read Me

Logo Eclipse Tomcat Plugin       Codacy Badge  SourceForge  Apache License  Project of the Month

The Eclipse Tomcat Plugin provides simple integration of a Tomcat servlet container for the development of Java web applications.

This project is an actively maintained fork of the original Sysdeo Tomcat Plugin.

Features

  • Start and Stop toolbar icons
  • Debugging support
  • Easy setup

Installation

This plugin is available at the Eclipse Marketplace

Alternatively you can use the update site at https://devtools.his.de/tomcatplugin/updatesite

After the plugin was installed, please go to Window | Preferences | Tomcat and configure the path of your Tomcat installation.

Setup a development environment

  • Have a Tomcat distribution on your local machine
  • Define the classpath variable TOMCAT_HOME in your Eclipse workspace settings (Java -> Build Path -> Classpath Variables)
  • Clone the git repository
  • Import the Eclipse projects from the git clone into your Eclipse workspace
  • Create an Eclipse Application run configuration to run the Tomcatplugin (hint: the default settings activate all plugins in the workspace in the running Eclipse Application)

Screenshots

Starter

Start, stop and restart Tomcat quickly from the toolbar.

Recent changes

  • Version 9.1.6
  • Feature: New icons
  • Version 9.1.5
  • Bugfix: Unable to open "JVM Settings" in Preferences in Eclipse 2020-09
  • Version 9.1.4
  • Bugfix: Persisting root and work directory works now for "Tomcat projects"
  • Bugfix: When a project is added to Tomcat's system classpath, add Tomcat's libraries to the system classpath, too.
  • Version 9.1.3
  • Feature: Signed jars
  • Version 9.1.2
  • Bugfix: webClassPathEntries can't be cleared
  • Version 9.1.1
  • Bugfix: Debug View shows "Tomcat 7.x" for Tomcat 8.x and 9.x
  • Bugfix: DevLoader does not work on Tomcat 8.5.4
  • Bugfix: Update Context fails with error if optional work dir is not specified
  • Version 9.1.0
  • Bugfix: fix Eclipse Neon compatibility issue
  • Feature: Support for Maven classpath management added
  • Version 9.0.1
  • Bugfix: fix compatibility issue with Eclipse Neon
  • Version 9.0.0
  • Feature: Add support for Tomcat 9
  • Change: The version number will now reflect the highest supported Tomcat version.