[EXEC] Problems with command-line arguments when starting Java process

2011-05-11 Thread Simon Courtenage
Hi, I'm using the Commons Exec library to write a class that starts up a number of processes that run another Java class. The code run by each of these processes then act as peers in a P2P network. My code for starting these processes, in brief, looks like this: CommandLine cmd

Re: [EXEC] Problems with command-line arguments when starting Java process

2011-05-11 Thread Simon Courtenage
Hi The -host etc. are command line arguments to the BrokerMain class that I'm trying to run in the child process. I think I've sorted it though by creating the command line as a string and then parsing it into a CommandLine object using CommandLine.parse(). I had assumed that the order in which

Re: [scxml] Usage of send tag

2011-05-11 Thread Rahul Akolkar
On Wed, May 11, 2011 at 2:36 PM, Artem Vovk vovk.ar...@googlemail.com wrote: Hi,        i have a simple send tag:         send event=response target=VUI  targettype=basichttp /         On Apache Commons side i have used JEXL as Evaluator, if I start my machine and execute this tag i

Cannot find daemon loader org/apache/commons/daemon/support/DaemonLoader

2011-05-11 Thread Jim Seymour
Good Day, The vital info: Apache-Tomcat 6.0.32 Java 1.5.0_22 Sun Sparc Solaris 8 (SunOS 5.8 Generic_117000-05 sun4u) Ant 1.8.2 GCC 3.4.6 Did everything just like the docs all said to do, and the result of trying to start-up jsvc is: Cannot find daemon loader

RE: Cannot find daemon loader org/apache/commons/daemon/support/DaemonLoader

2011-05-11 Thread Martin Gainty
Jim- it seems you have a 3 Classloaders at play System (configured at startup of command shell) catalina (usually hardcoded at $CATALINA_HOME/lib) webapp (usually hardcoded at $CATALINA_HOME/webappname/WEB-INF/lib since jsvc.exe is being started at command line and only has knowledge of system

Re: Cannot find daemon loader org/apache/commons/daemon/support/DaemonLoader

2011-05-11 Thread Jim Seymour
On Wed, 11 May 2011 20:43:41 -0400 Martin Gainty mgai...@hotmail.com wrote: Jim- it seems you have a 3 Classloaders at play System (configured at startup of command shell) catalina (usually hardcoded at $CATALINA_HOME/lib) webapp (usually hardcoded at

Re: [dbcp] Min connection pool

2011-05-11 Thread Phil Steitz
On 5/9/11 11:28 AM, Stevo Slavić wrote: I believe you're looking for minIdle configuration property. Find more configuration details @ http://commons.apache.org/dbcp/configuration.html One thing (as of this post) missing from the config doc above is that in order for the minIdle setting to have