Top "Eclipse-wtp" questions

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

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 …

eclipse tomcat tomcat7 eclipse-wtp
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 eclipse-wtp eclipse-indigo
Method must have signature "String method() ...[etc]..." but has signature "void method()"

I have a datatable with a button in each row: <ice:dataTable ... var="item"> <ice:column> &…

eclipse validation jsf el eclipse-wtp
Why my imports are not recognized

Using EClipse, First: I created a Dynamic Web Project and copied soem JAR files ( Jersey Jar files ) to WebContent\WEB-INF\…

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

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

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

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

eclipse ear eclipse-wtp jca application-client
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 …

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

eclipse maven-2 web-applications m2eclipse eclipse-wtp