Tagged Questions
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.
46
votes
11answers
5k views
Eclipse webtools project (WTP) and its performance / quality
Our company is using eclipse since several years now (we are using WTP since release 0.7)
I am currently evaluating eclipse 3.6.2 with WTP 3.2.3 which should replace eclipse 3.4.2 with WTP 3.0.4 as ...
41
votes
10answers
40k views
Eclipse error: This project needs to migrate WTP metadata
We started a Web Project in Eclipse 3.2 a ways back and we've since upgraded to Eclipse 3.4 but now the Project has the error:
"This project needs to migrate WTP metadata"
We've tried right-clicking ...
15
votes
7answers
21k views
How can I disable the eclipse server startup timeout?
By default when using a webapp server in Eclipse Web Tools, the server startup will fail after a timeout of 45 seconds. I can increase this timeout in the server instance properties, but I don't see ...
10
votes
2answers
496 views
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 ...
9
votes
6answers
303 views
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 ...
9
votes
3answers
5k views
eclipse server locations disabled and need to change to use tomcat installation
I Have set up a dynamic web project in eclipse with a tomcat 5.5 installation.
I want to be to set the server to us the tomcat installation instead of the workspace metadata location but when eclipse ...
8
votes
2answers
13k views
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 ...
8
votes
5answers
2k views
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 ...
8
votes
3answers
5k views
Eclipse WTP: How do I enable SSL on Tomcat?
Eclipse WTP creates its own server.xml file which it places in some folder which configures the tomcat instance you are running for your web project. If you double click on the server in the servers ...
5
votes
3answers
1k views
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 ...
5
votes
2answers
9k views
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.
5
votes
4answers
5k views
Multi Module Maven2 Project with WTP
I'm having a hard time to make my Maven2 multi module project, with a deep project structure, appear as a single ear (with its dependencies - which includes 1 war, 2 ejbs and 1 jar) to be deployed in ...
5
votes
4answers
17k views
Debugging a tomcat project in Eclipse 3.4.2
I downloaded eclipse 3.4.2 and tried installing tomcat plugin (version 3.2.1)for eclipse from sysdeo (http://www.eclipsetotale.com/tomcatPlugin.html)
I have followed installation instructions but ...
4
votes
1answer
2k views
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 ...
4
votes
1answer
2k views
Strange behavior of Eclipse WTP deployment of dependencies in Tomcat server
I have a strange behavior in the Tomcat deployment process made by my Eclipse WTP.
I am using Eclipse 3.7 (Indigo), WTP 3.3, no m2eclipse plugin, Java 1.6, Tomcat 5.5.
My application is a web ...
4
votes
4answers
3k views
Eclipse WTP plugin no Apache Tomcat adapter
I am using Galileo Eclipse, I downloaded WTP plugin, but no Apache Tomcat plugin when I try to add Tomcat server...
any quick idea?
4
votes
1answer
170 views
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.
4
votes
1answer
2k views
How to format html files in Eclipse?
The XML formatting works perfect but not the html formatting. In fact if I use "cmd-shift-F" for a html file, it just left aligns almost everything. I've attached the before and after pictures.
...
4
votes
1answer
969 views
Can a multi-module m2eclipse/WTP project get utility modules deployed into WEB-INF/classes?
We currently use MyEclipse with its built-in Maven4MyEclipse integration and its built-in J2EE server support, but want to convert over to regular eclipse (Helios specifically) to be able to use its ...
4
votes
2answers
4k views
Maven webapp with maven-eclipse-plugin doesn't generate <dependent-module>
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 ...
4
votes
5answers
5k views
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 ...
4
votes
3answers
8k views
m2eclipse and Eclipse WTP
I have a very large workspace with about 30 projects all together. I am using Eclipse 3.5 with m2eclipse. I check out of my subversion repository using the defaults in order to import the projects ...
4
votes
5answers
12k views
How do I install Jetty WTP Server Adapter for Eclipse 3.5?
Currently I am attempting to install the Jetty WTP Server Adapter for Eclipse 3.5 and get the following errors:
An error occurred while collecting items to be installed session context ...
4
votes
4answers
2k views
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 ...
4
votes
3answers
3k views
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 ...
4
votes
4answers
1k views
Does the Eclipse Web Tools Project handle refactoring inside JSPs?
I've installed the Web Tools Project for Eclipse version 3.4. I've been trying to get refactoring working the way I think it should and have had no success.
I have one Java project that contains the ...
3
votes
1answer
115 views
Deploying Dependent Projects to Tomcat via WTP
We are currently using MyEclipse to deploy our projects to Tomcat during development. We would like to dump MyEclipse and switch to WTP. I am using Eclipse 3.7.
Our project layout has a 'web' ...
3
votes
1answer
73 views
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 ...
3
votes
3answers
1k views
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 ...
3
votes
3answers
809 views
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 ...
3
votes
2answers
461 views
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 ...
3
votes
5answers
229 views
StandardServletContainer for Runtime Target in Eclipse
For a generic project its possible to add a JRE_CONTAINER to classpath, is something like this possible for the Web Container Server Runtime?
<classpathentry kind="con" ...
3
votes
3answers
946 views
m2eclipse and WTP and adding local project source
I have a spring mvc project in eclipse, and its setup to use maven. I can resolve all my external dependencies, but now I want to include another local project in my workspace. Normally, I would do ...
3
votes
2answers
2k views
Export the Eclipse XML Formatting Rules?
Is there a way to export the settings defined in Window > Preferences Dialog under XML > XML Files > Editor in Eclipse 3.5 Galileo (JEE Package)? And where do Eclipse stores these settings?
...
3
votes
4answers
15k views
Installing eclipse Web Tools Platform (WTP) - update site does not work?
I'm trying to install the WTP (web platform tools) to my Eclipse installation so I can get the XSL transformations working. The base Eclipse they installed for me here was the plain Java IDE (the ...
3
votes
1answer
3k views
How does eclipse deploy web applications using WTP?
I have a web application (war file). When I deploy it through eclipse 3.5 using the WTP tools, I am able to start the tomcat server from within eclipse and view all the pages of the application. ...
3
votes
1answer
1k views
Eclipse WTP - “No tab group defined for launch configuration type org.eclipse.jst.server.tomcat.core.launchConfigurationType” …?
When I double-click on my tomcat server on eclipse's "Servers" tab I get taken to the propeties page. This page has only one tab, "Overview" and has a red square as its icon. When I click on the "Open ...
3
votes
1answer
653 views
How do I get WTP added into FlexBuilder 3
Has anyone managed to get Eclipse WTP working underneath FlexBuilder 3, or get FlexBuilder 3 and WTP working in a vanilla Eclipse install?
I had this all working fine with FlexBuidler 2 and Eclipse ...
3
votes
1answer
373 views
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 ...
2
votes
0answers
63 views
eclipse jsp: move .tag common imports to shared file?
I have moved multiple common <%@ tag import=... %>s from several .tag files to a shared .tag (or '.jsp') file and included that shared file in all other tag files.
It works in tomcat/jetty but ...
2
votes
1answer
59 views
Eclipse WTP Tutorial Error
I am following WTP Tutorials Building and Running a Web Application
And when i run WebContent on the server(Tomcat 7) i get an error:
type Status report message /WTP-Tutorial-I/ description The ...
2
votes
1answer
381 views
Configuring Helios WTP utility project's build path with EAR Libraries
I create three projects: An EAR parent project, an EJB child project, and a Utility child Project. I add a jar and the utility project to the "Ear Module Assembly". In both child projects I put the ...
2
votes
2answers
346 views
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 ...
2
votes
2answers
259 views
Using component-scan in a web project
I have an Eclipse "Dynamic Web Project" and a Tomcat server configured in Eclipse to use that project. I have a file extension mapped to a servlet, and in the servlet config I have a component-scan ...
2
votes
3answers
245 views
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 ...
2
votes
3answers
566 views
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 ...
2
votes
1answer
657 views
Eclipse WTP deployment of build path dependencies
I have an Eclipse project that is dependent on other projects (Project Properties/Java Build Path/Projects), and these other projects export their own libraries (Project Properties/Java Build ...
2
votes
2answers
2k views
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.
Thanks
2
votes
1answer
652 views
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: ...
2
votes
1answer
3k views
Maven webapp with Eclipse and WTP plugin deploy files in stranges ways in Tomcat
I use Eclipse J2EE 3.5 with Maven and tomcat. To deploy my maven webapp with WTP I added a Dynamic Web Module facet and changed the "org.eclipse.wst.common.component" file of the project because the ...