|
From: Andrew P. <ape...@gm...> - 2007-06-27 16:55:37
|
Hi guys, We are trying to embed a profiler agent in the application launched with the wrapper. The -X JVM option value depends on the JDK version used. To better get the idea, have a look at http://mule.mulesource.org/display/MULE/Profiling+Mule+with+YourKit So, I can manually edit the wrapper.conf and set the params. The idea is to automate the process and put this logic in a Java class that would modify the launch parameters for the main JVM. So far, I found no straightforward way to do it. Is it possible? Could you please point to the location a child JVM options are constructed? Thanks in advance, Andrew |