MENU

Fun & Interesting

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

DevOps Vijay 992 2 years ago
Video Not Working? Fix It Now

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: https://youtu.be/7WV8gYRCIsY How to create first sample job in jenkins: https://youtu.be/IhGtoHY5Wws Poll scm jenkins : https://youtu.be/Km2A14scdhQ How to install plugin in jenkins: https://youtu.be/7OWOyOuZmes SSH-KEYS setup : https://youtu.be/1_v7NXaDYkw Maven installation: https://youtu.be/uPdZ51ObJng ************************************************************* Ubuntu on Virtualbox: https://youtu.be/qQ_V_KEnLbE Devops interview questions: https://youtu.be/g8HMqQ_WCSE Devops java project sample: https://youtu.be/MrVmSDSU2zE ***************************************************** 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

Comment