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

Different kind of Java EE projects

What is the different between different kind of Java EE projects in Eclipse WTP? There are: Application Client Project Connector Project Enterprise Application Project Utility Project
nanda
  • 24,458
  • 13
  • 71
  • 90
26
votes
6 answers

Web resources filtering with Maven war plugin does not work in Eclipse with m2e

I'm trying to filter a Spring configuration file using Maven filtering. My POM is configured like this: ... org.apache.maven.plugins maven-war-plugin
Juan Calero
  • 4,124
  • 5
  • 31
  • 45
25
votes
2 answers

Maven/Tomcat Projects In Eclipse Indigo/3.7

I'm trying out the next version of Eclipse using the latest milestone build and I'm having an issue getting my Maven project deployed to Tomcat. Previously in Eclipse 3.6, my project was automatically enabled as a web project when checked out from…
Lee Theobald
  • 8,461
  • 12
  • 49
  • 58
25
votes
6 answers

Error opening zip file or JAR manifest missing : C:\Program

I'm on step "Running project on the Server" from https://developers.google.com/appengine/docs/java/webtoolsplatform#dynamic_web_project and I ran into a problem: Error occurred during initialization of VM agent library failed to init: instrument …
Michael Osofsky
  • 11,429
  • 16
  • 68
  • 113
22
votes
3 answers

How to view design of JSP In eclipse

I have configured a J2EE project into Eclipse. The source code is consisting of JSP as well as Java Files. Is there any way so that we can view the design of the JSP? I am using Eclipse 3.1.
user663724
22
votes
1 answer

Why is Eclipse not attaching 3rd party libs source files to a WTP-faceted Gradle project?

The sources are downloaded in the Gradle cache and the classpath-entries for the source files looks ok, but Eclipse does not show the source files for 3rd party libs.
Stephan
  • 482
  • 5
  • 13
21
votes
2 answers

How to set JVM arguments in tomcat that work both in eclipse and using the startup.bat

I have an installation of Tomcat 7 on windows to which I am deploying my app. I have a couple of JVM args that I need set for the applications running on the server. In searching around on the web I find two (three if you count the windows service)…
Noremac
  • 3,445
  • 5
  • 34
  • 62
20
votes
4 answers

Eclipse WTP not publishing Maven dependencies

I'm trying to set up a basic hello world project using Eclipse Indigo and a Tomcat server. I created a dynamic project with a simple servlet. Tested the servlet and that worked fine. Then I enabled Maven support and added logback to my pom. I put…
dcompiled
  • 4,762
  • 6
  • 33
  • 36
19
votes
6 answers

How to change default Eclipse WTP "Web Resources" dynamic folder

I need to change the default Eclipse WTP "Web Resources" dynamic folder. Currently it points to WebContent, and I need to point to src\main\webapp.
CHiRo79
  • 700
  • 1
  • 5
  • 17
19
votes
3 answers

Converting Maven project to Dynamic Web Project for Eclipse

Create a web project using Maven: mvn archetype:generate -DgroupId=com.trial -DartifactId=message -DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=false Convert the project to Eclipse web project using: mvn eclipse:eclipse…
Manish Basdeo
  • 6,139
  • 22
  • 68
  • 102
18
votes
3 answers

How to disable autoopen internal webbrowser after run webapp?

When I run web app on server in STS internal web browser opens. I want to disable this but I don't know where can I do this.
avv
  • 257
  • 2
  • 5
17
votes
4 answers

WTP HTTP Preview server - How can I re-configure default server port?

Under Eclipse Ganymede how can I re-configure the default server port (8080) of the Eclipse WTP "HTTP Preview Server"? @Leonel I suppose you never saw the "view" linked to this question, I asked "HTTP Preview Server", not other server views where…
Steel Plume
  • 2,260
  • 3
  • 26
  • 35
17
votes
9 answers

Eclipse Juno + WTP +EGit dead slow

I'm trying to use Eclipse Juno (Version: 4.2.0 Build id: I20120608-1400) with WTP for JavaScript/Node.js development on MacOSX Lion, on my 4GB RAM MacBook Pro. Sometimes it gets dead slow, and unusable. I've tried tweaking both through preferences…
recidive
  • 388
  • 3
  • 7
16
votes
3 answers

Tomcat and Eclipse Zero Turnaround Deployment

I want to be able to deploy code changes to Tomcat (near instantly), while I'm developing in Eclipse. So far, I have my output from Eclipse placing the built classes in the WEB-INF/classes folder of my web application. I also have a reloadable…
Michael
  • 7,348
  • 10
  • 49
  • 86
16
votes
1 answer

Starting WebLogic 9.2 Managed Server in debug mode in Eclipse

We are trying to switch from MyEclipse 10 to Eclipse Indigo. We are currently using WebLogic 9.2, and typically debug directly in Eclipse. Using MyEclipse, we were able to get the Server defined within the IDE to start/stop the Managed Server…
CodeChimp
  • 8,016
  • 5
  • 41
  • 79
1
2
3
27 28