Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

JConsole

JConsole

Starting JConsole

  1. Make sure your server is running.
  2. With the command prompt, enter the following command to start JConsole:
    jconsole
    You should now see this window:

    JConsole.PNG

    Note:

    To target a specific application, enter the following command:

    jconsole <JavaProcessID>
  3. Specify your production server's process and click Connect.
    1. If your production server is on your local machine, select the class name corresponding to your server.
      Server Classname

      Tomcat 7

      org.apache.catalina.startup.Bootstrap start

      Weblogic 11g

      weblogic.Server

    2. If your production server is in a remote location, enter the appropriate information under Remote Process.
      Note:

      You are required to provide a Username and Password for remote access.