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
10
votes
3 answers

Could not initialize class org.eclipse.jst.j2ee.project.facet.IJ2EEFacetConstants

I am Running Eclipse Kelper Build id: 20130614-0229 (the latest at time of writing) I have installed the Web Tools Platform (WTP) and I am using a 'static web project'. I keep getting an error alert box popping up with the error Could not initialize…
Tezza
  • 113
  • 1
  • 1
  • 6
9
votes
2 answers

Maven webapp with maven-eclipse-plugin doesn't generate

I use the eclipse:eclipse goal to generate an Eclipse Project environment. The deployment works fine. The goal creates the var classpath entries for all needed dependencies. With m2eclipse there was the Maven Container which defines an export folder…
Christopher Klewes
  • 11,181
  • 18
  • 74
  • 102
9
votes
3 answers

How to add Web Tools Platform(WTP) in Eclipse Kepler

I installed Eclipse Kepler in my system. so far I developed J2SE Applications. Now I want to develop J2EE Application.So I need to add WTP in my eclipse. I tried to add WTP in already existing eclipse.For this I open Install Dialog in the following…
ur truly friend
  • 553
  • 4
  • 11
  • 23
9
votes
1 answer

How to run an eclipse m2e webapp project on a local server?

I'm trying to create a simple webapp as a maven project with m2e to help me manage dependencies, but I'm must be missing something, because I'm not able to run the project from eclipse. To put a bit more context, here is what I do: First, I choose…
Samuel Rossille
  • 18,940
  • 18
  • 62
  • 90
9
votes
1 answer

Eclipse dependent projects not copied to WTP deployment

Before we started using Gradle, a multi-project (10-12) development effort within Eclipse successfully deployed, via a WTP project, to one of the internal Tomcat 7 servers. We find this very useful for development. With Gradle up and running the…
JoeG
  • 7,191
  • 10
  • 60
  • 105
8
votes
2 answers

Autocomplete von available CSS classes in HTML JavaScript jQuery in Eclipse

I am using the latest Eclipse version. Right now I am coding with Javascript, jQuery, HTML, and CSS. How do I get autocomplete (show all available classes defined in CSS) for classes, which I have defined in CSS, displayed in HTML? I have a class…
Gero
  • 12,993
  • 25
  • 65
  • 106
8
votes
3 answers

maven2 war overlay and eclipse WTP

I have a maven war module which run eclipse WTP tomcat server like normal. Now i want to reuse that module artifact by using maven war overlay: i just create a new war project and include that module in project dependencies. The problem is now i…
robinmag
  • 17,520
  • 19
  • 54
  • 55
8
votes
1 answer

Specification for Eclipse .settings/org.eclipse.wst.common.component file

Note: I asked this same question on the Eclipse Web Tools Project (WTP) forum but unfortunately haven't had any responses. I'm hoping someone on SO has some insight. Is there a specification for the .settings/org.eclipse.wst.common.component Eclipse…
8
votes
1 answer

Eclipse + Java 8 + Dynamic Web Module

I'm starting a new project and considering moving to Java 8 already, since newest Spring Framework 4.0 supports it, and it's not so long until final release this march. Currently we are using STS 3.4 (Eclipse 4.3.1 based) and I have installed latest…
Serzhas
  • 854
  • 12
  • 23
8
votes
1 answer

Editing an xsd with imported schemas from dependencies in Eclipse

I have a maven project A with an /xsd/a.xsd in it's classpath. I also have the project B with an /xsd/b.xsd that refers to /xsd/a.xsd through a catalog entry. The catalog entry looks like this: PUBLIC "http://foo.org/a"…
agilbert
  • 81
  • 4
8
votes
3 answers

Decreasing log level in Eclipse WTP with Tomcat 7

I am running Tomcat 7 from within Eclipse WTP (Juno) and I cannot seem to tune down the logging level. It logs everything from debug which is too verbose to be of any use (I want it log from INFO). The logging.properties file is as follows:…
pgpython
  • 279
  • 2
  • 8
8
votes
3 answers

servers tab not visible in eclipse v3.7.2

Hi i have developed a app which accesses the mysql database for login verification but my problem is that to include tomcat 7 server. In the path Windows>Show view>Other i am not able to see the servers tab. I am also not able to update the web…
user1844638
  • 1,067
  • 3
  • 23
  • 48
7
votes
4 answers

Eclipse 3.7/Indigo m2e WTP integration dependency issue

I've just switched over to Eclipse Indigo from Helios, and I've run in to some bother when attempting to run a Maven-enabled web project on Tomcat 6 with WTP. I'm experiencing the classic problem of Tomcat not seeing the Maven dependencies. In…
sebrichards
  • 83
  • 1
  • 4
7
votes
2 answers

Eclipse web.xml editor

I have Helios Service Release 2 installed with WTP tools. I created a simple dynamic web project. When I open web.xml, which opens with default XML editor, it shows only two tabs:Design(Standard XML tab) & Source. When I worked with Rational…
r7p
  • 147
  • 2
  • 10
7
votes
3 answers

Deploy multiple webapps with application specific config in Tomcat from Eclipse

I have a Tomcat 7 Server in Eclipse with two webapps a and b and need to find out how to have application specific configuration files for tomcat that works with Eclipse. Now I want for each webapp a custom config file, like described here: Apache…
David
  • 208
  • 2
  • 5