Integration of X-Application with WebDAV Tomcat 3.3 into Apa

X-Application Version: 3.1.1
Tamino Version : 3.1.1
Platform : Win2k P
WebContainer : Tomcat 3.3 of Tamino WebDAV
JDK Version : 1.3.1

To be able to call a webapp directly via Apache (i.e. without using tomcat port) you have to do the following:

EITHER
-------------------------

1. Edit the file $TOMCAT_HOME/conf/jk/xdav-apache.conf

and add your webapplication URLs (which have to be registered within Tomcat first), e.g. :

JKMount /propertydemo ajp13
JKMount /propertydemo/* ajp13

2. restart Apache, now you should be able to get
http://localhost/propertydemo/Home.jsp

OR
----------------------
Enable the Tomcat Autoconfiguration feature:

1. Change the tomcat mod_jk entry in $APACHE_HOME/conf/httpd.conf into:

Include “$TOMCAT_HOME/conf/auto/mod_jk.conf”

2. generate the Tomcat Autoconfiguration file by executing:

$TOMCAT_HOME/bin/startup.bat -jkconf

This will generate the file $TOMCAT_HOME/conf/auto/mod_jk.conf

3. edit the generated file $TOMCAT_HOME/conf/auto/mod_jk.conf

<IfModule !mod_jk.c>
LoadModule jk_module “$TOMCAT_HOME/bin/mod_jk.dll”

JkWorkersFile “$TOMCAT_HOME/conf/jk/xdav-workers.properties”

4. start Tomcat

5. restart Apache

6. Now you should be able to get http://localhost/propertydemo/Home.jsp

Best regards,


Jan Harmsen
Software Engineer
Software AG