Hi,
> Looks like something happening in tomcat; its their stack trace.
>
> Personally, I've found the tomcat <deploy> tasks fairly tricky to keep
> alive. I prefer to use deploy-by-copy, and just <copy> the WAR file straight
> into the tomcat/webapps directory
>
> * it avoids you having to turn on the public management API
> * it works reliably
I heartily second this. None of the tomcat deploy tools (maven or ant
tasks) seem to work as reliably as <copy> (or <scp>)
Kev
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|