Results 1 to 4 of 4

Thread: Command line to launch jconsole?

Threaded View

  1. #1
    Join Date
    Jul 2009
    Posts
    22

    Default Command line to launch jconsole?

    I'm on a Mac OS X system, with Wowza installed on a linux system, and jconsole is obviously quite useful.

    The only problem is that the connect string is incredibly long, no way I'll ever remember that, and so I was hoping to be able to save it to a shortcut and drop it into my dock or something.

    Unfortunately, I'm pretty much lost. Typing 'jconsole' in the terminal pops up the window, without any of the connection details from the last time I logged in.
    Code:
    jconsole service:jmx:rmi://128.255.##.###:8084/jndi/rmi://128.255.##.###:8085/jmxrmi
    gets me partway there, in that it reads that connection string (my ip hidden to protect my security), but it doesn't prompt for the username and password.

    i tried the usual
    Code:
    jconsole service:jmx:rmi://username:password@128.255.##.###:8084/jndi/rmi://128.255.##.###:8085/jmxrmi
    sort of stuff, and it doesn't recognize any of it, no matter what combo or locations i put that stuff in at.

    any suggestions? i've been through as much jconsole command line documentation as I can find, and nothing's coming up about putting in the username and password from the command line
    Last edited by bfinleyui; 03-31-2010 at 10:21 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •