Hi Steve,
I haven’t tried with Tomcat 4 but I have pass-thru running with Tomcat 3. In principle it works fine but please notice that pass-thru is only tested with Jserv.
To install pass-thru in Tomcat you can do the following:
- add a new directory for instance %TOMCAT_HOME%\webapps\passthru
- Create directory passthru\WEB-INF
- Create directory passthru\WEB-INF\lib
- Copy xt.jar, xp.jar, passthru.jar and sax.jar into the passthru\WEB-INF\lib directory
- Create a file passthru\WEB-INF\web.xml
A basic web.xml for pass-thru can look like this:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
PUBLIC “-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN”
“http://java.sun.com/j2ee/dtds/web-app_2_2.dtd”>
filter
com.softwareag.tamino.API.servlet.TaminoFilter
test
com.softwareag.tamino.API.servlet.TaminoTest
You have to restart Tomcat.
Pointing your browser to
http://localhost:8080/passthru/servlet/com.softwareag.tamino.API.servlet.TaminoTest should show the test page.
Best Regards
Christine
#API-Management#Tamino#webMethods