Eclipse Tomcat Plugin

Add this URL to your Eclipse Installation to reach this solution's update site.

2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), 2019-06 (4.12), 2019-09 (4.13), 2019-12 (4.14), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)

https://devtools.his.de/tomcatplugin/updatesite/

Learn more...
Solution Description

The Eclipse Tomcat Plugin provides simple integration of a tomcat servlet container for the development of java web applications. This project is the successor of the original Sysdeo Tomcat Plugin. Bug reports should go to our project on GitHub: https://github.com/tomcatplugin/tomcatplugin/issues/new

Additional Details

Eclipse Versions: 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), 2019-06 (4.12), 2019-09 (4.13), 2019-12 (4.14), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)

Platform Support: Windows, Mac, Linux/GTK

Organization Name: Markus Keunecke

Development Status: Production/Stable

Date Created: Friday, October 10, 2014 - 03:13

License: Apache 2.0

Date Updated: Thursday, July 28, 2022 - 15:32

Submitted by: Markus Keunecke

Screenshot
Date Ranking Installs Clickthroughs
March 2024 21/651 1538 18
February 2024 22/687 2066 21
January 2024 21/691 2245 20
December 2023 21/671 1963 24
November 2023 20/686 2479 36
October 2023 20/673 2780 38
September 2023 21/663 2558 32
August 2023 21/673 2543 22
July 2023 18/668 2967 18
June 2023 19/669 2808 34
May 2023 18/671 3365 33
April 2023 18/667 3511 23
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for Eclipse Tomcat Plugin.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Reviews Add new review

I've tried very hard to use this plugin since I didn't want to install WTP, but I couldn't get passed the following error, despite making sure that servlet-api.jar was added to project libraries containing the mentioned class:

java.lang.ClassNotFoundException: javax.servlet.ServletContainerInitializer

It doesn't seem to play very well with Maven projects as well. Is that a known limitation?

Has anyone actually got this to work using eclipse 4.7.1a? I've figured out that it is incompatible with Java9, but with Java8 I still can't get the project/context set up correctly and the devloader doesn't seem to work either.

In reply to by paul stanton

I've now got launching of tomcat and debugging to work, however cannot use the GUI to edit project settings. I have to manually edit the context.xml and .tomcatplugin metadata files which requires some previous knowlege.

In reply to by Jérémy Fournier

Hello Jérémy Fournier!

I had the same problem on Linux Mint 17 (based on Ubuntu 14.04) and java oracle version "1.8.0_144".

My Solution.

1) Download and unzip "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 8" (first link google in my case)

2) replace both files in the directory $JAVA_HOME/jre/lib/security

3) restart eclipse.

Good luck!

In reply to by Jérémy Fournier

Hi,

I too faced similar issue when dragging and dropping the plugin into eclipse.

The alternative worked for me was:

1. Go to the source forge site (click on "?')

2. Download the version of the tomcat plugin

3. Unzip the file, there should be folders features and plugins

4. Put the files of the folders into their respective folders in the eclipse root directory

5. Restart eclispe.

 

Thanks.

Balaji.S.N

Hi Markus,

Is it possible to launch the tomcat plugin using java code?

If yes, is there any documents that I can refer?

Thanks!

Hi,

I tried to install the plugin on Eclipse Neon (4.6.2). In eclipse.ini I specified vm Java(TM) SE Runtime Environment (build 1.8.0_31-b13) (/home/superx/tools/jdk1.8.0_31/jre/bin/java).
When trying to install the plugin I get the error.
Unable to read repository at http tomcatplugin.sf.net/update/plugins/net.sf.eclipse.tomcat_9.1.2.jar.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
On the console I saw the following log
org.eclipse.m2e.logback.configuration: Initializing logback
openjdk version "1.8.0_111"
OpenJDK Runtime Environment (IcedTea 3.2.0) (suse-3.1-x86_64)
OpenJDK 64-Bit Server VM (build 25.111-b14, mixed mode)
OpenJdk is needed by my Suse Leap 42.2 installation for LibreOffice, so I can't easily deinstall it.
What can I do?
Thanks for your help

Meikel

In reply to by Meikel Bisping

Hi Meikel,

unfortunately this seems to be an issue with the mirror network provided by Sourceforge. Currently it does not seem to be fixed in the near future. Therefore I can only suggest you to try and try again until it has worked. I have seen people getting a successful installation after 20 or more tries. Sorry for inconvenience.

Markus

When a new project is created after the plugin is installed, the below error is popped up:

The selected wizard could not be started.
Plug-in "net.sf.eclipse.tomcat" was unable to instantiate class "net.sf.eclipse.tomcat.TomcatProjectCreationWizard".
java.lang.NullPointerException

I am getting below error while creating new Tomcat Project

The selected wizard could not be started.
Plug-in "net.sf.eclipse.tomcat" was unable to instantiate class "net.sf.eclipse.tomcat.TomcatProjectCreationWizard".
java.lang.NullPointerException

whenever i try to add the plugin to eclipse (or try to access the page via browser), i get
"HTTP Server 'Bad Gateway' : http tomcatplugin.sf.net/update/content.xml
HttpComponents connection error response code 502."

In my Browser, i get "(104) Connection reset by peer" :(

!ENTRY org.eclipse.equinox.p2.transport.ecf 2 0 2016-07-12 13:41:12.886
!MESSAGE Connection to http tomcatplugin.sf.net/update/p2.index failed on Connection reset. Retry attempt 0 started
!STACK 0
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:223)
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.performConnect(HttpClientRetrieveFileTransfer.java:1084)
at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.access$0(HttpClientRetrieveFileTransfer.java:1075)
at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer$1.performFileTransfer(HttpClientRetrieveFileTransfer.java:1071)
at org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:74)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Error - had to modify the URL since they are disallowed in this forum
No repository found at http - colon slash slash tomcatplugin.sf.net/update.
eclipse.buildId=4.6.0.I20160606-1100
java.version=1.8.0_51

In reply to by Mohit Kumar

No, noone has implemented a CLI to the tomcat plugin so far. I am not sure if there's a real need for it. If you like to investigate further on this you could post a ticket on sourceforge so we can discuss further there. You could also join us in our IRC channel on freenode: https://webchat.freenode.net/?channels=tomcatplugin

I have installed tomcat plugin in eclipse helios to create tomcat project.After creating project i am not able to see Advanced tab in tomcat.(project->properties).

can u help me...thanks in advance:)