skip to main content
Progress Application Server Administration : Administrative utilities
 

Administrative utilities

The Progress Application Server (PAS) includes the following administrative utilities:
*TCMAN
The TCMAN command line utility is an interface to administrative functionality provided by core Tomcat scripts. Extended administrative functionality is easier to find and to use if you run TCMAN rather than running the Tomcat scripts directly.
*JMX and JConsole
PAS supports the use of The Java Management Extensions (JMX) technology, which facilitates dynamic access to applications and other resources. This access is accomplished through the use of Java objects called Managed Beans, or MBeans. One or more MBeans instrument a resource through the use of the MBean's attributes, actions (defined as methods), and notifications. For more detailed information on JMX and MBeans, see the Java documentation at http://docs.oracle.com/javase/8/docs/technotes/guides/jmx/index.html.
JConsole, which is an application included with Java, can be used to monitor and manage MBeans. JConsole can be used for development and debugging, but you should not use JConsole on a local production server because JConsole itself uses significant resources. Using JConsole with a remote connection avoids this problem, although this usage requires more attention to security.
In this section: 
* TCMAN
* JMX and JConsole