Versions Compared

Key

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

...

Set the CATALINA_HOME environment variable to point to the base directory of your Tomcat installation.

Unix/Mac

Windows

{{export CATALINA_HOME=/opt/tomcat

CATALINA_HOME=C:\tomcat

PATH

...

Unix/Mac

Windows

export PATH=$PATH:$CATALINA_HOME/bin

;C:\tomcat\bin

...

(warning) Windows: append string to the end of the Path system variable.