views:

36

answers:

0

I'm trying to implement the solution described here

I have everything configured to where I can see my log changing methods in the JConsole, but when I try to run one of them, I get an error that it can't find that class that contains the methods ("Log4jMBean" as described in the description linked above)

I already had to augment the path of JConsole to include the jms, groovy, and asm jars in order to get this far.

I'm not sure where to go from here.