I've installed tomcat 4.0.4 along with the webapp connector and have 
modified the Apache config (as follows) to relay certain requests to tomcat.

# make connection to tomcat
LoadModule webapp_module modules/mod_webapp.so
AddModule mod_webapp.c
WebAppConnection warpConnection warp localhost:8008
WebAppDeploy examples warpConnection /examples

Now, apache forwards requests to tomcat only when the URL ends with a 
'/'. When I request the URL http://localhost/examples, for example, the 
server response "Not Found", but it correctly processes 
http://localhost/examples/ .

Thanks for any help or suggestions.

-- 
Ralph Grove
James Madison University
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to