Hi,
The original installation instructions for the Passthru servlet included a section on configuring the Apache/Tomcat link module, mod_jk. The documentation said:
First, add the following line to httpd.conf in the /conf/ directory of the web server installation (for example, c:\Program Files\Apache Group\Apache\conf):
Include c:\TOMCAT\conf\apache-connector.conf</pre> <BR>Now create the file c:\TOMCAT\conf\apache-connector.conf with contents such as the following: <BR><pre class="ip-ubbcode-code-pre">
LoadModule jk_module "C:\Program Files\Apache Group\Apache\modules\mod_jk.dll"
AddModule mod_jk.c
JkWorkersFile c:\TOMCAT\conf\workers.properties
JkLogFile c:\TOMCAT\logs\mod_jk.log
JkLogLevel info
JkMount /examples/* ajp13
JkMount /examples/servlet/* ajp13
I think if you look at your configuration files for Apache and mod_jk you will find the answer.
HTH
#API-Management#webMethods#Tamino