what's the difference between the 2?
 
I grabed what I think was the lastest mod_webapp module
( http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2-b2/rpms/)
and it added the following in my httpd.conf
 
WebAppConnection WarpConnection warp localhost:8008
WebAppDeploy examples WarpConnection /examples
<IfModule mod_webapp.c>
    WebAppConnection warpConnection warp localhost:8008
    WebAppMount examples warpConnection /examples/
    WebAppMount manager warpConnection /manager/
    WebAppMount webdav warpConnection /webdav/
</IfModule>
 
whoever set up the rpm, there was already an error when tried to start
apache. Apache complained about the same connection name.
It appear that the connection name is NOT case sensitive.
 
Anyway after I changed 1of  the connection name to avoid the duplicate
apache came with the error:
>>Syntax error on line 1453 of /etc/httpd/conf/httpd.conf:
>>Invalid command 'WebAppMount', perhaps mis-spelled or defined by a module not in
>>cluded in the server configuration
 
Has anybody else encountered the same problem?
 
The reason I wanted a recent version of mod_webapp is that it is
supposed to support specification of complete path as David Smith
mentionned in post (BTW David, I couldn't find any mod_webapp in the nightly
snapshot, so that's why I used the rpm).

Best regards.

Dom
Dominique Cressatti
Newlook/PC/Network support
LANSA Ltd

Legal stuff 
This E-mail is confidential and may also be privileged. If you are not the intended 
recipient, please notify us immediately by telephoning +44 (0) 1727 790300. You should 
not copy it or use it for any other purpose, nor disclose its contents to any other 
person. In messages of non-business nature, the views and opinions expressed are the 
author's own and do not necessarily reflect the views and opinions of the Company 

 

Reply via email to