Ant: “IOException: Error writing request body to server” on deployment to tomcat

后端 未结 2 701
小蘑菇
小蘑菇 2021-01-19 23:52

I am new to StackExchange so please bear with my eventual mistakes...

I have been searching for answers but none seem to apply to my situation being that that build

2条回答
  •  囚心锁ツ
    2021-01-20 00:25

    You will get this error if you already have an instance deployed to the Tomcat server. You can set update="true" in the tomcatdeploy:

    
    

    Another option is to explicitly undeploy and then redeploy, or use the reload tag instead of the deploy tag.

提交回复
热议问题