Free Articles and Tutorials: Linux

This page contains a listing of free articles and tutorials.


Linux

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