Top "Eclipse-wtp" questions

Use this tag if you have a specific question about Eclipse Web Tools Platform (WTP) features and functionality.

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 …

java eclipse eclipse-wtp
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 …

eclipse jsp eclipse-wtp
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 …

eclipse tomcat plugins eclipse-wtp
"PWC6345: There is an error in invoking javac." error when using Jetty WTP plugin to deploy a JSP page on Jetty

I'm trying to deploy a JSP-page on Jetty, using the Jetty WTP plugin for Eclipse. But I get the error …

windows jsp jetty eclipse-wtp
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 …

java eclipse tomcat eclipse-wtp
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 …

android web-services tomcat7 eclipse-wtp
Servers window in Eclipse

I need to create an ODE server inside my Eclipse workspace, in the tutorial I'm following, it says to use …

eclipse eclipse-wtp
Where 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 …

eclipse tomcat eclipse-wtp
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 …

java eclipse maven eclipse-wtp project-conversion
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: ... <plugin> &…

eclipse maven eclipse-wtp m2e