Tags: config
Adding multiple Eclipse projects to Tomcat's classpath
November 12th, 2008In order to avoid full file-system paths in a Tomcat configuration, you make all the file references point to elements on the classpath. The classpath is an environment variable which is set outside of Tomcat, and is the search path that the class loader… more »