2 Replies Latest reply on Jan 31, 2008 3:47 AM by stefan_rka

    Is there a standard Twiddle?

    stefan_rka

      Hello,

      I am involved in a project where there is a lot of JMX management and we are in need of a CLI or similar, something along the lines of Twiddle. Apologizing in advance if this is an inappropriate question (or is in the wrong place for that matter) I'd like to know if there is a conversion of Twiddle to use standard JVM JMX, replacing the JBoss components with standard Java components? Even if you may not have an answer for this question, a poke in the right direction will be appreciated as well.

      /Stefan T

        • 1. Re: Is there a standard Twiddle?
          peterj

          Twiddle is a generic JMX tool. The only thing JBossAS specific is how it looks up the JMX server/connection (well, it does use things from jboss-commons, like logging). Change the JMX connection/server lookup lines (in the twiddle source) to do the lookup in the standard way and it should work.

          • 2. Re: Is there a standard Twiddle?
            stefan_rka

            Thanks for the reply, this is exactly what I've started doing, though it takes a while to replace everything, it seems like it should work. Will get back to this thread when I'm finished and let you know how it turned out.