RE: Jboss start and stop scripts
HOPE THIS HELPS:
Ant task to kill running processes ?
I need an ant task which can look up for a running process, say a java process and kill it. The main thing is , I want this to be platform independent, to run on unix, windows , solaris etc. rajesh
Download set of files under a directory on a HTTP server?
How do I download a set of files under a directory on a HTTP server using a HTTP URL pointing to that directory. ( no authentication required) i tried the task but i was able to download only one file at a time. Thanks Rajesh