|
From: Mark C. <ma...@ch...> - 2013-03-28 21:06:37
|
Thanks Christian! Using the generic properties worked like a charm. On Thu, Mar 21, 2013 at 10:35 PM, Christian Mueller < chr...@ta...> wrote: > Hi Mark, > > there is no special Wrapper property targeted for agentlib or javaagent > JVM properties. > But of course you can use the generic wrapper.java.additional.<n> property > to specify your agent. > For instance: > wrapper.java.additional.1=-agentlib:hprof > wrapper.java.additional.2=-javaagent:/home/me/MyAgent.jar > > Please let me know if you have any further questions. > > Thank you, > > Christian Mueller > Tanuki Software, Ltd. > > > > On Fri, Mar 22, 2013 at 7:03 AM, Mark Chadwick <ma...@ch...>wrote: > >> Is there a wrapper configuration property that allows you to specify the >> agentlib and javaagent JVM properties? >> >> Thanks! >> >> ~ Mark >> >> >> ------------------------------------------------------------------------------ >> Everyone hates slow websites. So do we. >> Make your web apps faster with AppDynamics >> Download AppDynamics Lite for free today: >> http://p.sf.net/sfu/appdyn_d2d_mar >> _______________________________________________ >> Wrapper-user mailing list >> Wra...@li... >> https://lists.sourceforge.net/lists/listinfo/wrapper-user >> >> > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |