• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

auto deployment using cargo maven plugin

 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am trying to deploy a war file to a running remote tomcat server using the cargo maven plugin on hudson. This is what I have in my maven plugin:



I tried the following goals in maven:
mvn cargo:redeploy

I get the following error along with the entire html for the tomcat manager's page (It is kind of strange as to why it is spitting out the entire html)



I also tried mvn:deploy. This time, I get this error without spitting any html:



Appreciate your kind help on this. Struggling with this ever since.

Thank you.
 
permaculture is giving a gift to your future self. After reading this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic