lihu129c 发表于 2017-1-20 11:04:19

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
页: [1]
查看完整版本: Tomcat 7: set external folder to tomcat class path