TomCat Installation in Windows

TomCat Installation in Windows

TomCat Installation in Windows

TomCat Installation in Windows

TomCat Installation in Windows

TomCat Installation in Windows

TomCat Installation in Windows

TomCat Installation in Windows

TomCat Installation in Windows

TomCat Installation in Windows

TomCat Installation in Windows

TomCat Installation in Windows

TomCat Installation in Windows

TomCat Installation in Windows

TomCat Installation in Windows

Setup port 80 as default

C:\Program Files\apache-tomcat\conf\server.xml

We should change 8080 on 80.

<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />

TomCat Installation in Windows

Create file StartApacheTomcat.bat

cd C:\Program Files\apache-tomcat\bin
startup

TomCat Installation in Windows

TomCat Installation in Windows

Check
Try to connect http://localhost/

TomCat Installation in Windows