Tomcat Install

X-Application Version: 4.1.1, 3.1.3
Tamino Version : 4.1.1, 3.1
Platform : Win2k, WinXP, Solaris, Linux, …
WebContainer : Tamocat 4.1.1, Tomcat 3.3.1
JDK Version : 1.4.1, 1.3.1

Trouble Finding Tomcat when after Tamino Installed. The user guide mentions if problems are encountered to be sure the Apache httpd.conf file includes the LoadModule ino_module modules/ApacheModuleIno.dll

<Location /tamino>
SetHandler ino


How does this work with Tomcat? Are modules added the same way? Any ideas?

The ApacheModuleIno.dll allows access to Tamino via the Apache webserver. Tomcat is separate. If you wish to have a single access point (Apache) that redirects requests for servlets and jsp pages to Tomcat then you need to install mod_jk available from Apache.

Hope this helps.

Stuart Fyffe-Collins
Software AG (UK) Ltd.