Versions Compared

Key

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

...

  1. unzip the distribution archive
  2. go into the Apache Tomcat directory
  3. start Apache Tomcat
    • Unix
      Code Block
      
      $ chmod 755 ./bin/*.sh
      $ ./bin/startup.sh
      
    • Windows
      Code Block
      
      bin/startup.bat
      

Please refer to Apache Tomcat documentation for more advanced setup and instructions.

...