From the course: Learning Apache Tomcat

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Solution: Jenkins in Tomcat

Solution: Jenkins in Tomcat - Tomcat Tutorial

From the course: Learning Apache Tomcat

Start my 1-month free trial

Solution: Jenkins in Tomcat

(upbeat music) - [Instructor] Jenkins is one of the more straightforward applications to install since it's got a built-in setup wizard that runs when you first start it. First, we'll need to go to jenkins.io, and we'll click Download and then scroll down to the bottom under LTS here and you'll find Generic Java package, then I'll right-click that and say Copy Link Location. And I'll open up a terminal and I want to download that URL I just copied, so first I need to cd into my Tomcat directory so var/lib/tomcat8/webapps/ and I want to use sudo so that this is owned by root. And the command wget ships with this Ubuntu VM. You can use curl instead if you know that syntax, but I like wget. And I'll just paste in my URL. And that'll just download it directly into my webapps directory, so that will just take a minute. Now that that is done, let me clear my screen. You will also need to add that Jenkins home environment variable that I mentioned before. So to do that I'll be adding a…

Contents