I'm trying to debug an application which is in the process of getting deployed by merlin, but the deployment timeout is set to 1000 ms. I tried to change the deployment timeout by adding
<parameters> <parameter name="deployment-timeout" value="100000" /> </parameters>
in the kernel.xml file, but merlin does not seem to care. I know that the kernel.xml file is processed, because merlin responds to different log settings (debug, info).
My fault!
I've moved this to a property in merlin.properties - e.g.
merlin.deployment.timeout = 100000
The merlin version is the almost-latest HEAD from CVS (checked it out yesterday).
What more do I have to do to make it work?
Just create a merlin.properties file with above property and put the file in either MERLIN_HOME, or ${user.home} or ${merlin.dir}.
Steve.
Regards, Tobias
------------------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
|------------------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org/merlin | | http://dpml.net/merlin/distributions/latest | |------------------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]