Hi,

I want to start tomcat with this line:

        <exec dir="./" executable="${server.start}" output="start.txt">
            <arg line="run"/>
            <env key="CATALINA_HOME" path="${server.home}"/>
        </exec>

The task is also executed, but hangs and the build.xml is not proceeded.

Have I forgotten something?

Juraj

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to