Monday, August 27, 2018

Installing and Running Apache Tomcat Server


  1. Download apache server from https://tomcat.apache.org/
  2. If the you have downloaded the zip, unzip at the location of your choice.
  3. Create the following three environment variables
    • CATALINA_HOME point to the unzipped apache tomcat location where the bin and conf folders are located.
    • JAVA_HOME
    • JRE_HOME
  4. Execute 'startup.bat' from CATALINA_HOME/bin.
  5. Open the link http://localhost:8080 to check if server is running

No comments:

Post a Comment