[daemon] Service monitor in taskbar

2011-09-23 Thread Darren
Does anyone know how Apache Tomcat displays the service monitor icon in the taskbar from machine startup? I see you can add it manually via the command prunmgr.exe //MS//servicename but it doesn't persist through machine restarts. Is there an argument to do this, or does the Apache Tomcat

Re: [jxpath] Issue in retrieving value jxpath

2011-09-23 Thread Matt Benson
On Wed, Sep 21, 2011 at 9:54 AM, Shamik Bandopadhyay sham...@gmail.com wrote: Hi,  I'm having an issue in parsing the following XML using jxpath. Here's the sample XML.  ?xml version=1.0 encoding=UTF-8? feed xmlns=http://www.w3.org/2005/Atom; xmlns:media= http://search.yahoo.com/mrss/;

[exec]

2011-09-23 Thread Luca
Hi, I'm trying to use commons exec to run a batch file (I'm on windows), the batch file only run an exe. If I use the watchdog to kill the process after X milliseconds the watchdog only kills the batch file (the cmd.exe process in windows) and not the called exe. Is there a solution to

Re: [exec]

2011-09-23 Thread Siegfried Göschl
Hi Luca, not really since Windows does not kill the children of a process - it is recommended to start the executable directly Cheers, Siegfried Goeschl - Ursprüngliche Mail - Von: Luca l.vergant...@eustema.it An: user@commons.apache.org Gesendet: Freitag, 23. September 2011 17:42:59

Re: [scxml] Any Feed From Invoked State Machine Back to Invoker?

2011-09-23 Thread Rahul Akolkar
On Fri, Sep 23, 2011 at 9:27 AM, Yasser Al Masri ysralma...@yahoo.com wrote: Thanks. Is it much of trouble to post a little snippet explaining this? snip/ Perhaps better if you post where you are, so we start with the right assumptions about your usecase. -Rahul