Hi
can someone here give me example to use foreach ant task to deploy
same war to multiple running Tomcat Server?
http://ant-contrib.sourceforge.net/tasks/tasks/foreach.html
Thanks,
Kausha
-
To unsubscribe, e-mail: user-unsubsc
ass parameters to the deployment scripts running on the
> tomcat host, then use -D on the command line
>
> for instance you can do something like
>
>
>
> (complete the password or identity file attributes of sshexec as
> appropriate).
>
> Regards,
>
> Antoine
>
&
On Fri, Mar 5, 2010 at 10:55 AM, Kaushal Shriyan
wrote:
> On Thu, Mar 4, 2010 at 6:57 PM, Antoine Levy Lambert wrote:
>> Hi,
>>
>> If you want to start/stop tomcat using a script on a remote server, maybe
>> you need to use the task,
>> assuming you have
On Thu, Mar 4, 2010 at 6:57 PM, Antoine Levy Lambert wrote:
> Hi,
>
> If you want to start/stop tomcat using a script on a remote server, maybe
> you need to use the task,
> assuming you have a ssh server on the remote server.
>
> Regards,
>
> Antoine
Thanks Antoine :)
-
On Thu, Mar 4, 2010 at 3:43 PM, Chakravarthy, Srikanth
wrote:
> Hi,
>
> Have you configured your tomcat-users.xml? The role (manager) and the
> entries for the userid and password should be present in it.
>
> Regards,
> Srikanth
yes. Do you want me to pastebin my build.xml file ?
Thanks,
Kausha
On Wed, Mar 3, 2010 at 9:18 PM, Kaushal Shriyan
wrote:
> On Wed, Mar 3, 2010 at 7:44 PM, Antoine Levy Lambert wrote:
>> Hello Kaushal,
>>
>> If you have a specific problem concerning tomcat deployments, even if you do
>> these deployments with ant, you might get more
r deployer.properties should point to a server
> that exists really, not
>
> url=http://example:8080/manager
>
>
>
>
> Regards,
>
> Antoine
>
>
> Kaushal Shriyan wrote:
>>
>> Hi,
>>
>> I am referring to
>> http://tomcat.apache.org/
Hi,
I am referring to
http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html for
deploying the same war on multiple tomcat server.
I have downloaded apache-tomcat-5.5.27-deployer.tar.gz and extracted
it. I have added deployer.properties under
/usr/local/apache-tomcat-5.5.27-deployer
The depl