readme.txt

These files provide the means to run Tomcat and therefore eMDT behind Microsoft Windows IIS web server.

tomcat.connector
├── bin
│   ├── isapi_redirect.dll
│   └── isapi_redirect.properties
├── conf
│   ├── uriworkermap.properties
│   └── workers.properties
└── readme.txt


Files:
isapi_redirect.dll          Windows 64 bit binary of the IIS ISAPI connector
isapi_redirect.properties   Specifies location of worker configuration files and logging
workers.properties          Specifies how many worker processes to create and thread-specific options
uriworkermap.properties     Specifies which IIS URLs get mapped onto which workers

For information about installing the IIS connector:
http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html

For information about the advanced configuration options for workers:
http://tomcat.apache.org/connectors-doc/reference/workers.html

