wtp

Javascript syntax checking within a JSP file not working

Hi Guys, I'm using eclipse 3.5 with WTP 3.0 to develop a web app using JSP and Javascript etc. Sometimes I need to embed Javascript code directly into a JSP file eg. to use a string out of the resource bundle message. My problem is, that I can not find a way to turn on Javascript syntax checking within a JSP file. Can somebody help me w...

How to see JSP errors in the Problem view in Eclipse + WTP

I have installed WTP into Eclipse Galileo. When I open up my JSPs, I get red markers indicating syntax or compile errors. However, I do not see these markers in the Navigator, Package Explorer or the Problems views. Is there a way to see which JSPs have problems in any/ all of these views? ...

Eclipse org.eclipse.wst.common.component file re-written during 'mvn clean'

Hi I have manually configured my org.eclipse.wst.common.component to deploy my web-app via Eclipse WTP from my project's target directory (so my deployment includes the result of JSP pre-compilation). But now every time I run an "mvn clean" build (command-line or in M2Eclipse, the file reverts to a previous state. Anyone know why this...

How do I configure Eclipse web browser/network settings?

I use an "anonproxy" to bypass network restrictions in some public networks, and somehow eclipse managed to configure itself to use it. Even after I disabled the proxy settings in firefox, eclipse still uses it. When I try to stop the proxy service, eclipse simply pops a message saying the proxy refused connections. How do I remove any p...

Failure to create Axis2 service in Eclipse WTP, Failure to create Axis2 service in Eclipse WTP, NoClassDefFoundError -CatalogManager

I am using Eclipse Galileo with Web tools platform and I am trying to create a sample Axis2 service. I learned that Eclipse WTP does not work with Axis2 1.5, so I am using 1.4.1. I mostly follow the following tutorial: Eclipse WTP Tutorials - Creating Bottom Up Web Service via Apache Axis2 (http://www.eclipse.org/webtools/community/tu...

How to integrate maven the right way into Eclipse and into the software development process?

I am new to maven. The main feature I benefit from, yet, is the automatic dependency management. The standardized directory structure seems also to be nice, but Eclipse has a standard directory structure, too. The directory structure is now independent from Eclipse, but now it is dependent from maven. OK, I see, both programs seem to be ...

Tapestry5 application not running on WTP Tomcat server

My Tapestry 5 application is running fine with a maven "tomcat:run" build, but not when I use a Tomcat WTP server. I.E: I created a tapestry 5 project based on the tapestry 5 quickstart maven archetype. At the beginning, it works fine with both servers. After playing a little bit with the dependencies (i.e. adding and then removing t...

Eclipse WTP: Glassfish does not include WEB-INF/lib in classpath

Hi there, I started a new dynamic web project in eclipse helios. I integrated glassfish into eclipse and it works fine so far. Except one thing: I place my libraries (jdbc, log4j etc.) in WEB-INF/lib. Eclipse deploys that files correctly to glassfish, but glassfish does not include that directory in its classpath, so my app won't run (b...