Komentáře •

  • @tpkarteh4865
    @tpkarteh4865 Před 2 lety +5

    I have search 1000 of tutorial but this one works thank you

  • @severtone263
    @severtone263 Před 5 měsíci

    Very clear and articulate explanation

  • @divinity5250
    @divinity5250 Před 3 lety

    Helpful sir.. thank you 👍

  • @hemantpharande2567
    @hemantpharande2567 Před 2 lety

    Thanx lot. ur video help me lot. Keep it up.

  • @mukelomlambo7751
    @mukelomlambo7751 Před 10 měsíci

    Thank you very much for your help sir

  • @saravanprathi6956
    @saravanprathi6956 Před 3 lety

    Thank you so much!!

  • @indurathour3301
    @indurathour3301 Před 3 lety

    Great 👍

  • @manuk2803
    @manuk2803 Před 2 lety

    Thankyou so much !!

  • @bromutualbro1775
    @bromutualbro1775 Před rokem

    Thanks!

  • @neelammulik2687
    @neelammulik2687 Před 3 lety

    For configuring 'Tomcat url', how can i give the url where i want to pass the parameters in the url from java properties file. Can you tell me if any syntax we have?
    Thanks in advance

  • @parthkapoor7496
    @parthkapoor7496 Před 2 lety +1

    Sir if i want to deploy a war file to urban code deploy (ucd) server, how can i do?

  • @kavacham222
    @kavacham222 Před 3 lety

    What if there is Jar file in gut hub how can we deploy it into tomcat ?? Is there any plugin?

  • @saravananduraiswami3963

    ERROR: Step ‘Deploy war/ear to a container’ aborted due to exception:
    java.lang.InterruptedException: [DeployPublisher][WARN] No wars found. Deploy aborted. %n
    getting this error

  • @snehalbharadi2239
    @snehalbharadi2239 Před 2 lety

    How to create that user to deploy from jenkins to tomcat?

    • @iraju9964
      @iraju9964 Před 2 lety

      In Post-build Action after fill the details then you'll see container option and Small button(Icon) (...+Add...) If you click on that it gives you jenkins option and then you'll prompt to add credentials for the tomcat, here you choose option kind as username with password and enter the username and password and save... Then further process continues ...

  • @sushilsingh4453
    @sushilsingh4453 Před 3 lety +1

    My jenkins in creating a jar file instead of war, which is causing failure in deployment. how can i create war.

    • @divinity5250
      @divinity5250 Před 3 lety +2

      Change the from jar to war in pom.xml

  • @nischai_mu
    @nischai_mu Před 2 měsíci

    16:27:25 [DeployPublisher][INFO] Attempting to deploy 1 war file(s)
    16:27:25 [DeployPublisher][INFO] Deploying /var/lib/jenkins/workspace/new_deployment/target/hello-world-war-1.0.0.war to container Tomcat 8.x Remote with context null
    16:27:25 ERROR: Build step failed with exception
    16:27:25 org.codehaus.cargo.container.ContainerException: Failed to redeploy [/var/lib/jenkins/workspace/new_deployment/target/hello-world-war-1.0.0.war] getting this error what to do