You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Richard G. Reyes" <ri...@voxsant.com> on 2008/01/10 10:09:26 UTC

Deploying on a Remote Tomcat Servers

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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Deploying on a Remote Tomcat Servers

Posted by Richard Reyes <ri...@voxsant.com>.
Thanks.

david delbecq wrote:
> 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: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 

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


Re: Deploying on a Remote Tomcat Servers

Posted by david delbecq <de...@oma.be>.
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: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org


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


Re: Deploying on a Remote Tomcat Servers

Posted by Jacob Rhoden <li...@jacobrhoden.com>.
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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org