Is there any easy way to automatically deploy a web service / java web app, etc to a remote tomcat server? currently i have to manually copy the .war file.
Personally, I add a "deploy" target in build.xml that contains an tag to transfer the war file.
UPDATE:
Here is an example: