This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
''' | |
Parses a Tomcat configuration and will output various helpful | |
settings to aide in the review/assessment of the service. | |
Copyright (c)2014 Mike Duncan <[email protected]>. | |
''' | |
import os, sys | |
import xml.etree.ElementTree as et |
NewerOlder