Re: Interacting from command line with wotaskd

2010-08-30 Thread Valerio Luccio
Pascal Robert wrote: Le 2010-08-27 à 15:55, Valerio Luccio a écrit : John Huss wrote: Or see the wiki: http://wiki.objectstyle.org/confluence/display/WO/Project+Wonder+additions+to+wotaskd+and+JavaMonitor Thanks, that gave me a good starting point, but I get a "LoginRequire

Re: Interacting from command line with wotaskd

2010-08-27 Thread Pascal Robert
Le 2010-08-27 à 15:55, Valerio Luccio a écrit : > John Huss wrote: >> Or see the wiki: >> http://wiki.objectstyle.org/confluence/display/WO/Project+Wonder+additions+to+wotaskd+and+JavaMonitor >> > Thanks, that gave me a good starting point, but I get a "LoginRequired" page. > I tried using "pw=

Re: Interacting from command line with wotaskd

2010-08-27 Thread John Huss
"pw" is the right variable. So the url with have ?pw=mypassword Just make sure your password doesn't contain any special url characters like ?&/# and such. John On Fri, Aug 27, 2010 at 2:55 PM, Valerio Luccio wrote: > John Huss wrote: > >> Or see the wiki: >> >> http://wiki.objectstyle.org/con

Re: Interacting from command line with wotaskd

2010-08-27 Thread Valerio Luccio
John Huss wrote: Or see the wiki: http://wiki.objectstyle.org/confluence/display/WO/Project+Wonder+additions+to+wotaskd+and+JavaMonitor Thanks, that gave me a good starting point, but I get a "LoginRequired" page. I tried using "pw=", but it didn't work, is that the wrong variable name ? D

Re: Interacting from command line with wotaskd

2010-08-27 Thread John Huss
Or see the wiki: http://wiki.objectstyle.org/confluence/display/WO/Project+Wonder+additions+to+wotaskd+and+JavaMonitor On Thu, Aug 26, 2010 at 4:20 PM, Johann Werner wrote: > Hi Valerio, > > you can access JavaMonitor via the command line. Look at the AdminAction > class of Wonder's JavaMonitor

Re: Interacting from command line with wotaskd

2010-08-26 Thread Johann Werner
Hi Valerio, you can access JavaMonitor via the command line. Look at the AdminAction class of Wonder's JavaMonitor to find all the methods you can easily trigger with curl or such sort of command. jw Am 26.08.2010 um 20:03 schrieb Valerio Luccio: > I usually start and stop my application usin

Interacting from command line with wotaskd

2010-08-26 Thread Valerio Luccio
I usually start and stop my application using JavaMonitor. Is there a way to send signals to wotaskd from the command line without using JavaMonitor ? I tried "kill -HUP", but despite having "Auto Recover" on it didn't restart. Other signals either had the same behaviour or didn't kill the app