1. Goto apache tomcat website and download
https://tomcat.apache.org/download-70.cgi
- 64-bit Windows zip (pgp, md5, sha1)
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