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

...

Windows:

...

...

CATALINA_HOME=C:\tomcat

...

PATH

Add the Tomcat /bin directory to your PATH variable:

Unix/Mac

...

...

Windows

...

export

...

PATH=$PATH:$CATALINA_HOME/

...

bin

;C:\tomcat\bin

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

...

.