Hi,

I have set up Tomcat 4.0 with Apache 1.3.11 using mod_webapp. I have
included the following in httpd.conf:

LoadModule webapp_module libexec/mod_webapp.so
AddModule mod_webapp.c
WebAppConnection warpConnection      warp  localhost:8008
WebAppDeploy     examples  warpConnection  /examples
WebAppInfo /webapp-info

wepapp-info shows my configuration and even the examples work, but only
when I point my browser to the servlets directly (and also the directory
is shown, although by tomcat because there is no index.html in the
examples directory). However, Apache cannot find the static pages! I
already tried to put the follwing also in  httpd.conf:

Alias /examples "/PATH-to/tomcat/webapps/examples"
<Directory "/PATH-to/tomcat/webapps/examples">
    Options Indexes FollowSymLinks
</Directory>

but this doesn't work either. Any ideas?

Regards
Rob
-- 
_____________________________________________________________

Rob W. van Swol
National Aerospace Laboratory NLR       Tel. +31 527 248252
P.O. Box 153                            Fax  +31 527 248210
8300 AD Emmeloord                       E-Mail [EMAIL PROTECTED]
The Netherlands                         http://www.neonet.nl/

Reply via email to