API Documentation

Python API documentation for tomcatmanager 2.0.0

tomcatmanager is a command line tool and python library for managing a Tomcat server.

The most important class in the package is TomcatManager. This class connects to a Tomcat Manager web application, allows you to run various commands, and returns the responses to you as an instance of TomcatManagerResponse.

The interactive command line program tomcat-manager provided by this package is an instance of InteractiveTomcatManager. This command line program uses the API documented here, but it not considered part of the published API.

Here’s the classes defined by this package:

Migrating from previous versions: