Well, by doing this, basically, you remove all the webapp configuration...
Since Apache cannot "see" the "WebAppConnection" directive, it means that
somehow the module has not been loaded/added. By adding an "IfModule"
section, simply Apache will not consider those directive, as the module is
not there... For sure Apache will start without errors, but the WebApp
directives will be ignored...
Pier
Nita at [EMAIL PROTECTED] wrote:
> U got to set it as follows
> in 2nd directives section
>
> <IfModule mod_webapp.c>
> WebAppConnection conn warp localhost:8008
> WebAppDeploy examples conn /examples
> </IfModule>
>
> ----- Original Message -----
> From: Lauer, Oliver <[EMAIL PROTECTED]>
> To: 'Tomcat Users List' <[EMAIL PROTECTED]>
> Sent: Wednesday, October 31, 2001 9:00 PM
> Subject: Invalid command 'WebAppConnection'
>
>
> Hi,
>
> that's my conf:
>
> # TOMCAT-Settings
> LoadModule webapp_module libexec/mod_webapp.so
> WebAppConnection conn warp localhost:8008
> WebAppDeploy examples conn /examples/
> WebAppInfo /webapp-info
>
> How do I've to set Apache to 'understand' WebAppConnection ?
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>