Here is an example from my httpd.conf
You must also build or obtain mod_webapp.so and add the following line
LoadModule webapp_module      libexec/mod_webapp.so
if the use then types for example  <domain>/ct it will be passed to the ct
context in tomcat.


WebAppConnection conn warp localhost:8009
NameVirtualHost 193.133.123.162

<VirtualHost 193.133.123.162>
ServerName pan.web.roadrunner.uk.com
DocumentRoot /usr/local/apache/pan.web.roadrunner.uk.com/htdocs
WebAppDeploy ct conn /ct/
WebAppDeploy b2b conn /b2b/
WebAppDeploy logon conn /logon/
WebAppDeploy wh conn /wh/
WebAppDeploy edi conn /edi/
</VirtualHost>



----- Original Message -----
From: "JimR" <[EMAIL PROTECTED]>
To: "TomCat4" <[EMAIL PROTECTED]>
Sent: Monday, September 24, 2001 4:51 PM
Subject: TC4 and Apache Making them work together


> In earlier versions of Tomcat to make it work with Apache
> You had to add the following to the httpd.conf file for Apache
> "Include TOMCAT_HOME/conf/jserv/tomcat-apache.conf"
> is something like this still needed for TC4 and Apache?
>
> Thanks for any help
>

Reply via email to