Hi,I am a new user of Tamino 4.1.4.1 and I want to retrieve data from tamino database using Tomcat and pass thru servlet. And I notice there is a instruction named ?Installing the Tamino Passthru Servlet? and I have followed the instruction(I have installed Apache2 and Tomcat 4.1 to C:\Program Files) but I fond there is some difficulties for me. They are :
1. The instruction says :
Then I add
to the end of the httpd.conf.
The question is am I right to add the line to the end of the file?
2. The instruction says :
So I creat a file c:\ Program Files \ Tomcat 4.1\conf\apache-connector.conf with contents such as the following:
LoadModule jk_module “C:\Program Files\Apache Group\Apache2\modules\mod_jk.dll”
AddModule mod_jk.c
JkWorkersFile c:\ Program Files \ Tomcat 4.1\conf\workers.properties
JkLogFile c:\ Program Files \ Tomcat 4.1\logs\mod_jk.log
JkLogLevel info
JkMount /examples/* ajp13
JkMount /examples/servlet/* ajp13
The question is :
At this time I fond there is no mod_jk.dll in the C:\Program Files\Apache Group\Apache2\modules so I downloaded
jakarta-tomcat-connectors-1.2.8-src .But I still cannot find mod_jk.dll . Another question is I also cannot find mod_jk.c and c:\ Program Files \ Tomcat 4.1\logs\mod_jk.log.
So these make me cannot succeed in checking Apache and Tomcat Working Together. Please if any one can help me it would be much appreciated.
Best Regards,
Angular
#webMethods#Tamino#API-Management