You could use http://pekeler.org/software/MonitorPatch and then write
a startup script like:
#!/bin/sh
for (( i = 1; i <= 40; i++ ))
do
result=`curl -s http://blah.fasel.com:1086/cgi-bin/WebObjects/
JavaMonitor.woa/wa/start\?type=ins\&name=MyWOApp-$i`
[ "$result" = OK ] || { echo $result; exit 1; }
sleep 2
done
Christian
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com
This email sent to [email protected]