Search code examples
eclipsejakarta-eetomcateclipse-wtp

How to config WebApp in Tomcat (Eclipse Galileo)?


I reinstalled my Eclipse, installed all the plugins and so my Tomcat configs are missing too. The Maven project import went well, but now i can't start the Tomcat server. It doesn't find the WebApp configuration.xml and the lf4j.xml files... Where can i tell the server where this files are? This files are in a separeted directory.

Thank you very much!!


Solution

  • Tomcat launch configuration -> VM arguments -> -Dwebapp.home="C:\path-to-webapp-config\condifuration.xml"