Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlesetenv.sh (Unix)
export CATALINA_OPTS=$CATALINA_OPTS -Dspring.config.location=/config/

...

Info

Make sure you always end the value of the spring.config.location with a: /

When running Tomcat as a Windows service, please consult the Tomcat Windows service How-To.

...