`

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

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics