Hello,

why don't you use the Weblogic ant tasks?

you can check out this:
http://edocs.bea.com/wls/docs81/toolstable/ToolsTable.html#1009580
and this:
http://photos.sys-con.com/story/res/48932/source.html

Hello,

How I can from an ant script running an independant dos command?
                <exec executable="cmd" dir="${wl.domain.path}" 
newenvironment="false">
                        <arg line="/c start startWebLogic.cmd"/>
                </exec>


this antlet wait for the exit of cmd.exe to return back to ant processing
i think that the cmd.exe will exit when Weblogic will be shutdown (i'm not familiar with windows stuff)

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





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

Reply via email to