How to Install Jenkins on Tomcat Server
Step1: Install Java
Tomcat requires Java to be installed on the server so that any Java web application code can be executed. We can satisfy that requirement by installing OpenJDK with apt-get.
sudo apt-get update
Install the Java Development Kit pa...
samikshyasapkota.hashnode.dev3 min read