Application / Web Server


Application Server / Web server
Apache-Tomcat
Jboss
Nginx
Glass-fish...etc
Setup
Download apache tomcat software and Extract it.
wget https://dlcdn.apache.org/tomcat/tomcat-10/v10.0.27/bin/apache-tomcat-10.0.27.tar.gz
tar -xvzf apache-tomcat-10.0.27.tar.gz
change port number in
vi /apache-tomcat-10.0.27/conf/server.xml
Note:- Jenkins also running on 8080 port by default. we can't run multiple applications on single port.
Create an account in tomcat under manager app
- vi /apache-tomcat-10.0.27/conf/tomcat-users.xml
Note:- Please change the allow attribute value in the context.xml file, present in webapps/manager/META-INF folder. Old configuration change to new Configuration
This will allow access to manager remotely from all IP addresses for login. Further you won't get 403 access denied page
start apache-tomcat
go to cd /apache-tomcat-10.0.27/bin/
./startup.sh (or) bash startup.sh
Verify tomcat by giving http://3.91.178.105:80 in the browser.
Tomcat Integration With Jenkins
Install Jenkins in ec2-instance
Install Deploy to container plugin
Create a deploy job and configure in post-build actions
WAR/EAR files: **/*.war Context path: sample.war Containers: Tomcat 9.x Remote Tomcat URL: http://3.91.178.105:8181
Subscribe to my newsletter
Read articles from Vinodh Machireddy directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by

Vinodh Machireddy
Vinodh Machireddy
My Name is Vinodh Machireddy I’m from Andhra Pradesh, Bharath Currently, I’m working as a Senior DevOps Engineer at Larc Software Pvt Ltd. I have 6+ years of experience in automating CI/CD pipelines, container orchestration, and automate Cloud infrastructure. I also work on Observability, and security to ensure system scalability and reliability. I specialize in Jenkins, Terraform, Ansible, Docker, Kubernetes and also bridging the gap between development and operations teams. My goal is to simplify CI/CD process, strengthen cloud infrastructure, and apply DevOps principles to achieve smooth and reliable deployments. Thank you!