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
0
votes
2 answers

Always execute copy-dependencies after updating dependencies in eclipse

I am using the maven eclipse plugin to manage dependecies of my web application project (eclipse WTP). When I changed the dependencies I usually execute the copy-dependencies goal of maven to copy the project jars to the WebContent/WEB-INF/lib…
Erik
  • 11,944
  • 18
  • 87
  • 126
0
votes
2 answers

eclipse is not building my EAR correctly - sometimes it forgets the war, and always leaves out my library jars - why?

I just upgraded to eclipse galileo from ganymede sr2 and now eclipse is doing a really bad job of building my EAR file during deployment. There are several utility jars that are supposed to be included that it is completely ignoring, and there is a…
dobes
0
votes
1 answer

Transitive dependencies unresolved at runtime in eclipse wtp

I am facing an issue while running a Dynamic Web Project in Eclipse. I have created a Maven Project (archtype - webapp) and then added DWP behaviour in it by adding maven-eclipse-plugin (version 2.9). The I added my project dependencies in POM file…
0
votes
1 answer

Starting Tomcat in Eclipse Indigo WTP works fine until timeout shuts in down again

After deploying/starting/stopping my Tomcat 7 server with Eclipse Indigo WTP perfectly well for weeks now, I've suddenly run into a problem whereby the Eclipse editor shuts down my server because it thinks it wasn't able to start it properly when in…
chrisjleu
  • 4,329
  • 7
  • 42
  • 55
0
votes
1 answer

set runtime to a IFacetedProject

i writing an Eclipse Plugin that creates a new "EAR Application Project", using APIs from Eclipse WTP. I m issuing some difficulties to set the "runtime" value for this new project. That's the content of…
0
votes
0 answers

JiBX bindings lost when deploying jar dependency in Eclipse WTP

I am using Elipse Indigo, maven 2.2.1, m2e 1.0.2, maven integration for wtp 0.15.2, m2e connector for JiBX 1.2.3. I have a shared maven jar artifact which contains jibx bindings. The .project file for this looks like:
Alfonzo
  • 86
  • 4
0
votes
2 answers

Open new dynamic web project in java

I'm writing server-application in java which needs to run on ec2 of amazon. I read somewhere i need to open dynamic web project, but i don't have this option in eclipse. my eclipse version is . I tried to install through help -> install new software…
kande
  • 559
  • 1
  • 10
  • 28
0
votes
1 answer

How to config WebApp in Tomcat (Eclipse Galileo)?

I reinstalled my Eclipse, installed all the plugins and so my Tomcat configs are missing too. The Maven project import went well, but now i can't start the Tomcat server. It doesn't find the WebApp configuration.xml and the lf4j.xml files... Where…
VORiAND
  • 145
  • 3
  • 17
  • 35
0
votes
1 answer

Integrating tomcat and eclipse but fails to test servlet?

I followed couple of links and i'm still having problem in deploying servlet page. Reference Link: http://www.ibm.com/developerworks/opensource/library/os-eclipse-tomcat/index.html Task Accomplished: 1. Able to integrate tomcat Apache 7.x with…
Mad-D
  • 4,479
  • 18
  • 52
  • 93
0
votes
1 answer

What IDE (Eclipse or Aptana) and What tools i need to develop a JSP Project

I need to create a web based project where I will use java codes to do the back-end processing and database connections. So I need to write my code in JSP. I already installed tomcat. But in Aptana i do not get the option "New Dynamic Web Project".…
dinesh707
  • 12,106
  • 22
  • 84
  • 134
0
votes
1 answer

dependencies for Web Tool Platform XML editor plugin

I'm developing an eclipse RCP for managing xml documents which also includes the functionality provided by the wtp xml editor. What are the plugins that i need to include under the dependencies in the rcp to have access to that functionality or how…
Danaja
  • 309
  • 4
  • 16
0
votes
1 answer

How can I add external files to webapp classpath running with Jboss within eclipse?

I have three projects in my workspace : prjData, a "simple" project (no java nor any other facet) including many configuration files (xml, properties and so on) prjWeb, a "dynamic web" project prjEar, an ear project which has prjWeb in its "project…
Michael Zilbermann
  • 1,398
  • 9
  • 19
0
votes
1 answer

Tomcat7 in eclipse as WTP project not starting

I have a WTP project in eclipse that is using Tomcat7 as server, everything is fine - when I start the server, there are no errors in the logs but tomcat is not coming up - hitting localhost:8080 shows me 404 page, I have checked the ports conflicts…
Ashish
  • 3,572
  • 3
  • 18
  • 25
-1
votes
1 answer

IWAB0014E Unexpected exception occurred using apache-cxf

I am trying to create a simple soap web service application using Eclipse - Spring tools Suite (4.10.0.RELEASE) and I encountered this error. I am using Tomcat v10.0 server, and Apache-CXF-3.4.3. Can anyone please help me out with this…
-1
votes
1 answer

Gradle Eclipse JSF Project java.lang.ClassNotFoundException javax.faces.webapp.FacesServlet

I am using the Gradle plugin in Eclipse to create a JSF project. I am running the project on Tomcat 9. When I attempt run on server in Eclipse, I get the java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet exception. My gradle.build…
bricks
  • 153
  • 1
  • 3
  • 14
1 2 3
27
28