Apache Tomcat
Apache Tomcat
Apache 1
Apache Tomcat 1
App servers
Web server features + transaction management + Directory services + EJB containers etc..
- Webshphere
- Weblogic
- JBoss
- etc...
${TOMCAT_HOME}/bin/startup.sh
Note: default port of tomcat is 8080
- Stopping tomcat server
${TOMCAT_HOME}/bin/shutdown.sh
Deploying web application on the tomcat server
Deployment can be done in many ways
1. Place the war file under ${TOMCAT_HOME}/webapps
webapps folder is called as tomcat's deployment directory
2. Upload war file via tomcat manager application