Questions tagged [eclipse-wtp]

Use this tag if you have a specific question about Eclipse Web Tools Platform (WTP) features and functionality. Do not use this tag on questions just because code was written or designed with Eclipse Web Tools.

The Eclipse Web Tools Platform (WTP) project extends the Eclipse platform with tools for developing Web and Java EE applications. It includes source and graphical editors for a variety of languages, wizards and built-in applications to simplify development, and tools and APIs to support deploying, running, and testing apps.

406 questions
15
votes
10 answers

Eclipse Maven web application - can not run on server anymore

I have an maven eclipse webapp project that I was able to right click and 'Run on server' and it would deploy on tomcat. I recently did a 'maven -> Update project conifgurations' and I now can NOT deploy and run the project as a webapp. Has anyone…
wuntee
  • 12,170
  • 26
  • 77
  • 106
15
votes
3 answers

Where can I obtain an Eclipse server adapter for WebSphere Application Server Version 7?

I need to set up an Eclipse WTP project pointing to a WAS V7 instance but I can't find the server adapter to work with version 7. Version 6 is supported.
Peter Kelley
  • 2,350
  • 8
  • 26
  • 46
14
votes
1 answer

How do I know which Eclipse M2E connectors I have installed?

I understand that the new M2E within Eclipse has pluggable connectors which help configure the Eclipse project based on what they see in the POM when the project is imported. I also believe that (for the most part) these connectors are automatically…
Dave
  • 21,524
  • 28
  • 141
  • 221
13
votes
4 answers

How to fix -Djava.endorsed.dirs not supported, that emerged after installing WTP in Eclipse?

I used tomcat for projects before, but this problem came after installing the WTP, and occurs when I try to run the application on server. First comes a message, could not create Java Virtual Machine, then in the console occures this…
Marjan100
  • 346
  • 1
  • 2
  • 16
13
votes
1 answer

Servers window in Eclipse

I need to create an ODE server inside my Eclipse workspace, in the tutorial I'm following, it says to use the Server view under Window->Show View->Other->Server->Servers. However, I cannot find this option under 'Window->Show…
user218652
  • 145
  • 1
  • 2
  • 6
12
votes
3 answers

WTP - m2e not deploying transitive dependencies

I have a web application which is structured in this way: A.jar -> B.war -> C.war I'm using Eclipse Juno and the WTP version is 1.1. The A.jar is a workspace utility project which is being included by B.war. B.war is a war project that is included…
Aritz
  • 30,971
  • 16
  • 136
  • 217
12
votes
1 answer

View log of maven commands run by Eclipse plugins

I often found myself in a situation where I would like to see exactly which Maven commands Eclipse is running behind the scenes. In this case I am running a webapp with WTP, but this question is more general (though I would gladly accept answers for…
smp7d
  • 4,947
  • 2
  • 26
  • 48
11
votes
4 answers

How to tell Eclipse 3.4 WTP to not restart tomcat on JSP save?

Whenever I save a JSP file in my WTP project, Eclipse restarts its Tomcat instance. This is sorta driving me nuts. I don't want to disable auto reload completely, I just don't want it to happen when I save a file that doesn't require a…
Boden
  • 4,149
  • 9
  • 43
  • 56
11
votes
7 answers

Eclipse hangs for 3-4 seconds before displaying a tooltip message

I've searched the Internet like crazy, however "WTP freeze" or "Eclipse freeze" yields so many different results that it's virtually impossible to find the right one. I have the following issue. In a HTML or CSS editor when I accidentally hover my…
julx
  • 8,694
  • 6
  • 47
  • 86
11
votes
2 answers

Eclipse WTP does not publish project dependencies in WebContent

I am currently working on a Java EE project. I have successfully developed a web service and deployed it under the build-in Apache server of Eclipse, for test purpose. I have now split my project into 2 projects : A master one and a dependency one…
Raphael Jolivet
  • 3,940
  • 5
  • 36
  • 56
11
votes
4 answers

Why does the WTP plugin deploy one Maven dependency as a folder, instead of a jar?

I have a very strange problem with Maven and the Eclipse WTP. I have a multi-module project, let's call it project. It consists of two modules project-base and project-web. I have the workspace resolution enabled (and it works fine with several…
guerda
  • 23,388
  • 27
  • 97
  • 146
10
votes
1 answer

intermittent ClassNotFoundException for JSP using eclipse

Running Eclipse Indigo, Tomcat 7 on Windows - running the web application on the ROOT context with eclipse wtp plugin I am getting this intermittent problem where eclipse cannot find the compiled JSP. It occurs when first accessing the JSP and…
Dan MacBean
  • 1,915
  • 3
  • 15
  • 21
10
votes
7 answers

missing classes after publish web project into tomcat using eclipse wtp

I have several dynamic web projects in my workspace, each contains classes and refers to other utility projects (simple Java Projects), and to 3rd party jars. These apps (dynamic web projects) are deployed on tomcat v6.0.6 using eclipse WTP (Helios…
Yonatan Maman
  • 2,428
  • 1
  • 24
  • 34
10
votes
2 answers

Eclipse debug-time classpath problem: How do you include a dependent project's output into a web project's runtime classpath?

So I started with a web services project (just a dynamic web project) that builds and debugs correctly from eclipse. We've pulled a chunk of common code out that we want to put into a shared library so now those classes are going into a separate…
Brian Deacon
  • 21,384
  • 13
  • 39
  • 41
10
votes
5 answers

Any way of working with Eclipse WTP that does not mean redeploying the _WHOLE_ application when a JSP page is changed

I have migrated a Web Application from MyEclipse to Eclipse WTP, and I am now in the middle of the first major upgrade to the code base and web pages after the migration, and it is frankly driving me mad that saving a JSP page causes a redeployment…
Thorbjørn Ravn Andersen
  • 73,784
  • 33
  • 194
  • 347
1 2
3
27 28