This section covers the fundamental concepts and steps to get started with Apache Tomcat. Learn how to set up, configure, and deploy web applications.
bin
directory of your Tomcat installation.startup.bat
./startup.sh
bin
directory.shutdown.bat
./shutdown.sh
server.xml
file located in the conf
directory.<Connector>
element and change the port
attribute: <Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
.war
File.war
file
.war
file into the webapps directory of your Tomcat installation.