Free Articles and Tutorials: Linux

This page contains a listing of free articles and tutorials.


Linux

How to Configure Apache Tomcat to Use MBeans (Linux)

Java Management Extensions (JMX) is a technology that permits applications to expose properties and operations through managed beans, or "MBeans". Tomcat supports JMX and provides numerous MBeans to a consumer program, such as jconsole, that expose useful properties and operations. But in order to access Tomcat's MBeans we must configure Tomcat to expose the MBeans to consumers.

Read Article

How to List Deployed Applications Using the Apache Tomcat Manager (Linux)

The Apache Tomcat manager web application provides a convenient interface that lists deployed web applications.

Read Article

How to Use the autoDeploy Attribute in Apache Tomcat (Linux)

When we copy a WAR file to the application base directory of Apache Tomcat we usually expect the web application to be deployed. In other words, we expect the web site to be immediately available on the World Wide Web. However, this doesn't always have to be the case. The autoDeply attribute on the Host element determines if the web application will be available for access on the internet.

Read Article