Archive for the ‘Eclipse’ Category

Setting up eclipse to run web-app under root context

Tuesday, April 10th, 2007

After fighting with eclipse a little I was able to get my eclipse 3.2 running with WST to deploy my web application to the root context with Tomcat.   The trick was that I had to manually edit the file: <Workspace>\<project>\.setting\org.eclipse.wst.common.component I had to remove the value in the context root line so ...