Richard G. Reyes wrote:
May I ask how you guys deploy on a remote tomcat servers? Is there a way to automate deployment?
The most common way is to use an ant build file. One task to build the war, and another task to deploy it. Its quite simple once you know how.

I don't have time to write how to do it but a quick google search found this:
http://www.oneofthosedays.org.uk/archives/2005/09/18/deploying-java-apps-to-tomcat-via-ant/


Best Regards,
Jacob

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to