API Documentation

Python API documentation for tomcatmanager 1.0.1

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.

Here’s the classes defined by this package: