Tomcat 7: set external folder to tomcat class path

If you need to set an external folder to Tomcat, you can do that in "setclasspath.bat" (windows). At the end of this file, change the last few lines to the following:

 

:end

set CLASSPATH=%CLASSPATH%;/path-to-your-external-folder

exit /b 0

 

 

你可能感兴趣的:(tomcat)