2 Replies Latest reply on Feb 6, 2013 9:32 AM by ansur

    Server-side commands

    ansur

      A feature I'm looking into is to retrieve some deployment information from within one of my deployed libraries.

      What I was thinking is to use the commands as used by JBoss CLI. E.g. execute /deployment=*/:read-resource and interpret the results.

       

      From the JBoss CLI sources it's easy enough to see how the client-side works, but since I want to use this server side I want to skip that whole step.

      What's the best entry point in that case?