How to Install and configure Tomcat on UBUNTU VIRTUALBOX ? | Bridged Adaptor Network | Tutorial

Опубликовано: 14 Март 2023
на канале: DevOps Vijay
1,025
20

In this video, you will learn how to install tomcat on ubuntu virtualbox and then using the tomcat from host machine windows box using setup bridged adaptor.

Apache Tomcat is the most used application server among Java developers. The survey states that Apache Tomcat Server is utilized by 64% of corporate Java engineers. Also, the Tomcat container has received more popularity and support from developers and system administrators than other application servers because of its session replication, clustering functionality, and JMX-based server monitoring and control.

Before jumping into the installation of Apache Tomcat Server, it is essential to have “Java” on your system. For this purpose, execute the following command to install “OpenJDK 11”:

Commands to be used:

sudo apt update
sudo apt install default-jdk
java --version
sudo apt-cache search tomcat
sudo apt install tomcat9 tomcat9-admin
service tomcat9 status
service tomcat9 restart

Firstly, open up the “tomcat-users.xml” file

"<role rolename="admin-gui"/>
<role rolename="manager-gui"/>
<user username="tomcat" password="pass" roles="admin-gui,manager-gui"/>"

*************************************************************
Jenkins tutorial complete step by step guide :
How to install jenkins in windows:    • How to  Install Jenkins on Windows ? | Jen...  
How to create first sample job in jenkins:    • How to Create First Freestyle Project/JOB ...  
Poll scm jenkins :    • Jenkins Poll SCM GitHub | BUILD Triggers w...  
How to install plugin in jenkins:    • Jenkins Plugins installation | EP 04 | Jen...  
SSH-KEYS setup :    • SSH Key Based Password Less Authentication...  
Maven installation:    • Maven Installation on Windows | EP 01 | Ma...  
*************************************************************
Ubuntu on Virtualbox:    • Need UBUNTU on Windows Operating System? I...  
Devops interview questions:    • Test your DevOps skills and knowledge ?| D...  
Devops java project sample:    • Create Java Project in Maven | Folder Stru...  
*****************************************************

devops tutorial for beginners
devops full course
devops interview questions
jenkins tutorial
installation of ubuntu in virtualbox
how to install java jdk
how to install Ubuntu in virtualbox

#tutorial #devops #jenkins #jenkinstutorial #jenkinspipeline #learning #tech #career #interview #question #jenkins #cicd #linux #devopsvijay #devopsproject #devopstraining #devopstrainingvideos #cicd #devopsengineer #bashscripting #shellscripting