Saturday, 27 January 2018

Installing tomcat in windows


1. Goto apache tomcat website and download
https://tomcat.apache.org/download-70.cgi


2. Extract to folder in  any drive


3. configure 

Advanced system settings > Environment variables > system variables



1. JAVA_HOME          -> jdk location
2. JRE_HOME          -> jre location
3.CATALINA_HOME -> tomcat location


set all these paths corresponding locations



4. then open cmd

goto tomcat installed directory 

cd tomcat/bin/

run the startup.bat  


open browser and hit  localhost:8080


To stop the tomcat        shutdown.bat





No comments:

Post a Comment