Skip to main content
added 110 characters in body
Source Link
mertaksu
  • 545
  • 1
  • 10
  • 27

You can add configuration files folder to set Classpath line catalina.bat or, catalina.sh(which one if you want to use.) or you can add to setenv.bat/sh file. Your config files will be added to war classpath.

For Example;

In Windows env.

set CLASSPATH=D:\app\conf 

You can add configuration files folder to set Classpath line catalina.bat or catalina.sh(which one if you want to use.) Your config files will be added to war classpath.

You can add configuration files folder to set Classpath line catalina.bat, catalina.sh(which one if you want to use.) or you can add to setenv.bat/sh file. Your config files will be added to war classpath.

For Example;

In Windows env.

set CLASSPATH=D:\app\conf 
Source Link
mertaksu
  • 545
  • 1
  • 10
  • 27

You can add configuration files folder to set Classpath line catalina.bat or catalina.sh(which one if you want to use.) Your config files will be added to war classpath.