Running cgi-bin on Tomcat: Simple steps & gotchas
cgi-bin programs (common executables) can be run from Tomcat. It is however not enabled by default.
To enable it carefully follow the steps below:
1. Uncomment (or add) the following sections to $CATALINA_HOME/conf/web.xml (%CATALINA_HOME%\conf\web.xml on windows), between the


