There are several way to automate it.

One is to install on that remote tomcat, the tomcat manager webapp, which let you deploy war. There is also a ant task that can be used with it to submit the compiled war file to that manager. Another is to install lambdaprobe, which can also do deployement, but i don't think there are ant task to automate it. You'll have to use interface. Yet another solution is to scp, ftp or window share the war file to destination server, or use any server specific appropriate method to send a file to tomcat folder.

Richard G. Reyes a écrit :
Hi Guys,

May I ask how you guys deploy on a remote tomcat servers? Is there a way to automate deployment?

Regards,
Richard

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


---------------------------------------------------------------------
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