2016-01-25 0:49 GMT+03:00 Karl Hauschildt <karl.hauschi...@gmail.com>:
>
>
> Background:
>
> JAVA Web application, Eclipse workspace with an ANT build.xml.
>
> Using Windows, this project builds using java 1.7, deploys to multiple
> Solaris environments running Tomcat 5, 6 or 7 and runs cleanly.
>
>
>
> I have to deploy the preceding to a Linux environment with Tomcat 8. Which
> is running JAVA 1.8
>
>
>
> Problem:
>
> The deploy task fails with: BUILD FAILED.... java.io.IOException: Error
> writing request body to server
>
> Looking in the Tomcat, localhost.log, I see: "PUT
> /manager/deploy?path=%2FFXInSite&update=true HTTP/1.1" 403 3196

Note that the above URL can be used only with Tomcat 6 and earlier.

Once you fix your users, you have to change the url in your Ant task,
or you would end up with error 404.

Migration guide:
http://tomcat.apache.org/migration-7.html#Manager_application


> The other logs contain no errors or warnings.

[...]

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to