How to deploy a WAR file to Apache Tomcat using Jenkins CI example tutorial

preview_player
Показать описание
Looking to automate your Java web application deployments using the Jenkins continuous integration tool? This tutorial shows you how to use the JenkinsCI and the 'deploy to container' plugin to pull from GitHub and quickly deploy WAR files to the Apache Tomcat server.
Рекомендации по теме
Комментарии
Автор

Thank you sooo much, this worked for me. So easy to follow.

preshy
Автор

thanks, Head's of you for the full explanation and thanks again!

prasunpatidar
Автор

Thank you very much for make it so simple and easy to understand

furlov
Автор

Wow! that was awesome...!!! There are a couple of small issues. I used Tomcat on Ubuntu 16.04. Issues: Must install git on Ubuntu and configure it on Jenkins. Install JDK and configure it on Jenkins, then, must add two JDK in global tool config to avoid a bug in Jenkins where JDK is not showing in job config. Also, install Maven on Ubuntu and configure it on Jenkins as you mentioned. Other than that, it is working just fine.

TarekFaham
Автор

You are so cool !!! Great Thanks to you !)

jjeuyxr
Автор

thank you. I should've found this tutorial earlier but I am lazy

smaug
Автор

Is is possible to deploy to a tomcat running in other machine in the network but accessible from Jenkins machine ?

kvdhar
Автор

I did same on Linux instances but it's not getting deploy only😐
Help me out.

lindavijayapriyagondhi
Автор

Is there a list of apps that are packaged as war file that we can deploy on to tomcat using jenkins besides the scissor app that you used in the video example ?

InayetHadi
Автор

Getting below error
ERROR: Step ‘Deploy war/ear to a container’ aborted due to exception:
[DeployPublisher][WARN] No wars found. Deploy aborted. %n

samanthmahankali