I was facing a issue to deploy war file using scp through ssh agent, but this video resolved my issue another way to deploy the application. Thank you so much ranjit taking precious time and making this video.
Very descriptive video, was struggling to find practical demo for build and deployment using Jenkinsfile. It would be great if you'd have shared source GIT URL of yours so that one can actually try it out.
Thank you for this tutorial. It was straight to the point. Thanks, Please if you can do an end-to-end pipeline script to k8s cluster, that will be great! Thank you for this once again
Hi, how do you keep the war files in the repository? If there are more than one war files, then you should keep these in particular tag or versions. Then you can filter this in the context path.
follow this: Go to the tomcat bin directory and execute this command Linux: ./catalina.sh start Windows: catalina.bat start make sure Java is installed on the Tomcat server.
Sir...u always skipping some stuff which crucial for freshers, here Tomcat server installation, Maven plug-in adding, configure, git branches all r skipped...being freshers we need everything step by step from scratch...plsss make video full stuff even bit lengthy....what's the Motto of this Channel for Advanced people only or for all categories....
This video was made for the people who has some knowledge already on installation. Thanks for your suggestion, I’ll make a complete video for freshers from scratch
I was facing a issue to deploy war file using scp through ssh agent, but this video resolved my issue another way to deploy the application.
Thank you so much ranjit taking precious time and making this video.
Hi Manjunath, thanks for your valuable comment and glad it helped you.
Bro please reply as u know we want to run our website only on ip without using /devops after url or anything how can we i achieve that please reply
Very straight to the point. Thank you..
Thank you
Great Job Mentor, very clear explanation ...
Thanks for your comment 🙏
Very descriptive video, was struggling to find practical demo for build and deployment using Jenkinsfile. It would be great if you'd have shared source GIT URL of yours so that one can actually try it out.
Glad it helped you! Thank you for writing.
Here is the repo url of the project:
github.com/ranjit4github/devOpsWeb.git
I am not getting deploy war/ear to container option in snippet generator, do you have any solution for this problem??
Thank you for this tutorial. It was straight to the point. Thanks, Please if you can do an end-to-end pipeline script to k8s cluster, that will be great! Thank you for this once again
Thanks for your valuable and inspiring comment. Definitely I will try to create such video soon.
I am not getting deploy war/ear to container option in snippet generator, do you have any solution for this problem??
hai sir i have a lots of war package in my repository. how to deploy particular war package .? i use context path its not working
Hi, how do you keep the war files in the repository?
If there are more than one war files, then you should keep these in particular tag or versions. Then you can filter this in the context path.
Sir can you please tell how to add tomcat server to the credentials in Jenkins...
Hi,
Goto Manage Jenkins -> Manage Credentials -> under Stores scoped to Jenkins -> click on the Domain Global -> Add Credential
Simply great explaination sir...
Sir are you running any devops course ..I want to learn from you
Yes, I’m providing AWS and DevOps course…
Currently 2 batches are going on.
WhatsApp me for further information on next batch - 9176960215
Your explanation great 👍 sir. Thank you
This project i am trying but getting error Jenkins file unable find git error
Hi @muruganp6593, seems you have not installed git on the machine or, not configured in the Jenkins.
There is no option deploy war/ear to a container and in manage plugins also...
Hi David, the plugin name is 'Deploy to container Plugin'.
Manage Plugin -> Available plugin -> search for 'Deploy to container'
@@RanjitSwain thankyou
I am not getting deploy war/ear to container option in snippet generator, do you have any solution for this problem??
Yeah I am not getting it either even after installing deploy to container plugin
Thank you sir
Welcome
how do we start a tom cat apache server
follow this:
Go to the tomcat bin directory and execute this command
Linux: ./catalina.sh start
Windows: catalina.bat start
make sure Java is installed on the Tomcat server.
my deployment is always failed
Hi, what error are you getting?
@@RanjitSwain failed to redeploy the war file to tomcat
Sir...u always skipping some stuff which crucial for freshers, here Tomcat server installation, Maven plug-in adding, configure, git branches all r skipped...being freshers we need everything step by step from scratch...plsss make video full stuff even bit lengthy....what's the Motto of this Channel for Advanced people only or for all categories....
This video was made for the people who has some knowledge already on installation.
Thanks for your suggestion, I’ll make a complete video for freshers from scratch
I am not getting deploy war/ear to container option in snippet generator, do you have any solution for this problem??