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
3
votes
1 answer

EL content assist in Eclipse Indigo 3.7?

I'm not able to use content assist (auto complete, etc.) for el in jsp files in eclipse indigo (wtp). I have create a new workspace and a new dynamic web project but no success. Any idea how to enable it if possible at all (without installing…
Ali Shakiba
  • 20,549
  • 18
  • 61
  • 88
3
votes
1 answer

Eclipse : Starting tomcat server from eclipse , does not start the deployed wars

I have configured Tomcat Server in Eclipse Helios IDE , and started the server in Debug Mode . This Server has already got a war file probe.war . My question is,why this application probe.war has not been started when i started the Server from…
user663724
3
votes
1 answer

Best way to work with Java projects using Maven and Eclipse with embedded Tomcat?

I've run non-Maven applications on an Eclipse embedded Tomcat server before and I found the instantaneous deployment upon saving invaluable. However after starting a Maven project I didn't find any easy way to continue doing this. Using WTP and the…
user868100
3
votes
2 answers

How to make Maven overlays working in Eclipse/Tomcat "Serve modules without publishing" mode?

We are developing JavaEE application using Eclipse (3.7/Indigo), Tomcat (6/7) and m2e-wtp (0.13.1). The application is using Maven overlay to reuse resources provided by another application. Current situation, which is pretty annoying, is that each…
Das
  • 317
  • 2
  • 8
  • 14
3
votes
4 answers

Free JSP obfuscator?

I want to report a bug for the Eclipse WTP project which occurs on a JSP of my company's project but I don't want to attach the original jsp due to legal reasons. Is there a way/free utility to obfuscate my jsp code easily?
MRalwasser
  • 15,605
  • 15
  • 101
  • 147
3
votes
3 answers

m2eclipse does not show workspace project dependencies but shows transitive dependencies

I am having trouble with m2eclipse. I am using Eclipse 3.6.2, m2eclipse 0.12.1 and m2extras for subclipse 0.12.0 and for wtp 0.11.1. I have projects A(jar packaging), B(jar) and C(war). I have all three in my workspace and NOT in local or remote…
Rade_303
  • 905
  • 11
  • 28
3
votes
1 answer

Eclipse: convert "dynamic web module" to "web fragment module"

I decided to split a dynamic web application into two dynamic web applications, a core part and project specific part. If I run maven I get a JAR-file for the core-project due to its pom.xml. However, with WTP I don't seem to be able to convince…
sjngm
  • 12,423
  • 14
  • 84
  • 114
3
votes
1 answer

Eclipse CVS setup problem - Error validating location

I'm trying to configure a second Eclipse installation to access the Eclipse WTP sources. I think I'm doing exactly what I did successfully in another installation, but I get the following error: Any ideas?
Paul Beusterien
  • 27,542
  • 6
  • 83
  • 139
3
votes
2 answers

Jetty doesn't start from WTP plugin

When I start Jetty server in Eclipse (using the jetty-wtp plugin) the console output this error message: Caused by: java.lang.NoClassDefFoundError: javax/transaction/UserTransaction My installed environment is: JDK 1.6.0 jetty …
user550748
  • 55
  • 2
  • 4
3
votes
2 answers

Error in Stub creation from eBay Sandbox WSDL using Eclipse

I am using Eclipse WTP plugin to generate the stub from this WSDL: https://api.sandbox.ebay.com/wsapi?wsdl But, when I do that, I get this error: IWAB0399E Error in generating Java from WSDL: java.io.IOException: WSDL2Java emitter timed out (this…
zengr
  • 38,346
  • 37
  • 130
  • 192
3
votes
1 answer

How can one use the Web Page Editor in custom RCP application?

I want to use the "Web Tools Editor" that is part of the Web Tools Plattform in my own RCP-Application. I think i have got some understanding on the RCP plattform by now, but I still have no clue how to access the functionality of the pagedesigner…
panschk
  • 3,228
  • 3
  • 24
  • 20
3
votes
0 answers

Integrate maven jsp/webapp project with eclipse

What is the current approach to integrate a maven webapp project with eclipse to get context-sensitive java-code support in jsp-files? In eclipse-luna, I can use the maven wizard with maven-archetype-webapp, to create the project, and it works…
Rop
  • 3,359
  • 3
  • 38
  • 59
3
votes
3 answers

IvyDE + WTP: How to workaround that ivy library is ignored by WTP?

I have found IvyDE which allows me to solve an outstanding problem of having a frozen core version of a web application, which needs to be able to pull in extra code from an update library so it is on the classpath of the web application. For…
Thorbjørn Ravn Andersen
  • 73,784
  • 33
  • 194
  • 347
3
votes
0 answers

Eclipse Web Indent to new line

Trying to get indentation correct in html files. Following this SO answer but hasn't resolved https://stackoverflow.com/a/18365664/461887 What I am getting
when I press enter
what I want is
sayth
  • 6,696
  • 12
  • 58
  • 100
3
votes
1 answer

How to use root relative path with Eclipse Http Preview server

I have Static Web project in Eclipse and using Http Preview server for development. I want to use root relative path in my resources (e.g. /css/style.css) but I can't figure out how to configure that server to work. There always needs to be context…
michal.kreuzman
  • 12,170
  • 10
  • 58
  • 70