API Documentation

Python API documentation for tomcatmanager 0.13.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 command line program tomcat-manager is run by an instance of InteractiveTomcatManager.

Here’s the classes defined by this package: