This worked:

<target name="start-tomcat">

<exec os="Mac OS X" executable="/bin/sh">

<arg line="${TOMCAT}/bin/startup.sh" />

</exec>

</target>

On Fri, Apr 3, 2009 at 7:19 AM, Gregor Schneider <rc4...@googlemail.com>wrote:

> How about
>
> <exec dir="${TOMCAT}/bin/" executable="./shutdown.sh" />
>
> Rgds
>
> Gregor
> --
> just because your paranoid, doesn't mean they're not after you...
> gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
> gpgp-key available
> @ http://pgpkeys.pca.dfn.de:11371
> @ http://pgp.mit.edu:11371/
> skype:rc46fi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to