Project description
Robot Framework library to manage Apache Tomcat server
Installation
Install the library from PyPI using pip:
pip install robotframework-apachetomcat
Settings for Apache Tomcat Server
To use this library you need to add a user with the following roles to
tomcat-users.xml file on Apache Tomcat server: - manager-gui -
manager-script - manager-jmx - manager-status.
<tomcat-users>
<user username="tomcat" password="tomcat" roles="manager-jmx,manager-status,manager-script,admin,manager-gui,admin-gui,manager-script,admin"/>
</tomcat-users>
Documentation
See keyword documentation for ApacheTomcatManager library on GitHub .
Example
An example of using ApacheTomcatManager library in Robot Framework test
case:
*** Settings ***
Library ApacheTomcatManager
Library Collections
*** Test Cases ***
Simple Test
Connect To Tomcat my_host_name 8080 tomcat tomcat alias=tmc
${ info }= Serverinfo
Log Dictionary ${ info }
Close All Tomcat Connections
License
Apache License 2.0
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages .
Source Distribution
Built Distribution
File details
Details for the file robotframework-apachetomcat-2.0.0.tar.gz
.
File metadata
Download URL:
robotframework-apachetomcat-2.0.0.tar.gz
Upload date: Oct 10, 2019
Size: 4.9 kB
Tags: Source
Uploaded using Trusted Publishing? No
Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Hashes for robotframework-apachetomcat-2.0.0.tar.gz
Algorithm
Hash digest
SHA256
a6dfabc3af345e9d4d55ec26f2761018e3917105cdd475dc3012ab94467aba8f
Copy
MD5
266842ea77366738126e4d8a72d385ca
Copy
BLAKE2b-256
62918f9d8c58e228699da2ae9abf202f11c4b312fcef1285be93bbdac6db487f
Copy
See more details on using hashes here.
File details
Details for the file robotframework_apachetomcat-2.0.0-py2.py3-none-any.whl
.
File metadata
Download URL:
robotframework_apachetomcat-2.0.0-py2.py3-none-any.whl
Upload date: Oct 10, 2019
Size: 9.4 kB
Tags: Python 2, Python 3
Uploaded using Trusted Publishing? No
Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Hashes for robotframework_apachetomcat-2.0.0-py2.py3-none-any.whl
Algorithm
Hash digest
SHA256
9cab7a2afb1e33da0839aa7661e3d6c0c462693b877ea997f7a0159dd1d0fc00
Copy
MD5
bdf7233ad6e0237f2b87dc763739853a
Copy
BLAKE2b-256
be5f244033c9a5f46b20a0b1557c9b944e87b679d01488e20c88018775765f51
Copy
See more details on using hashes here.