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.