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
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