Skip to main content
5-Regular Member
March 27, 2017
Solved

What is the difference between SMJconsole and SEJconsole ?

  • March 27, 2017
  • 1 reply
  • 2445 views

As i had question due to command "windchill wt.util.jmx.SMJconsole" and command "windchill wt.util.jmx.SEJconsole" both returned quiet similar output

Best answer by ChrisSpartz

In Windchill 10.x and later, since the Servlet Engine is now embedded in the Method Server, the SEJconsole command will actually connect you to the Method Server process.

The difference between the two commands is only in which process you connect to through Jconsole. Using the SMJconsole command will allow you to view data and run operations on the Server Manager process. Running the SEJconsole command will allow you to view data and run operations on either the Tomcat or Method Server process, depending on your version.

1 reply

23-Emerald IV
March 27, 2017

SMJ connects to the Server Manager.  SEJ connects to the Servlet Engine.  I don't know the difference beyond that.

13-Aquamarine
March 27, 2017

In Windchill 10.x and later, since the Servlet Engine is now embedded in the Method Server, the SEJconsole command will actually connect you to the Method Server process.

The difference between the two commands is only in which process you connect to through Jconsole. Using the SMJconsole command will allow you to view data and run operations on the Server Manager process. Running the SEJconsole command will allow you to view data and run operations on either the Tomcat or Method Server process, depending on your version.