Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
As i had question due to command "windchill wt.util.jmx.SMJconsole" and command "windchill wt.util.jmx.SEJconsole" both returned quiet similar output
Solved! Go to Solution.
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.
SMJ connects to the Server Manager. SEJ connects to the Servlet Engine. I don't know the difference beyond that.
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.