tir, 2002-04-23 kl. 17:03 skrev Chris Mayes: > Greetings, one and all. > > I've just recently (yesterday) upgraded to tomcat4 (4.0.3-2) and am > attempting to use mod_webapp (1.2.1-1) to forward Apache requests to > Tomcat. Per the README, I'd added the lines below to my httpd.conf: > > --------------------------------------------------- > WebAppConnection webConn warp localhost:8008 > WebAppDeploy examples webConn /examples > --------------------------------------------------- > > The first line causes no problems, but the second line produces this > error: > > --------------------------------------------------- > Invalid command 'WebAppDeploy', perhaps mis-spelled or defined by a > module not included in the server configuration > --------------------------------------------------- > > Commenting out the WebAppDeploy directive gets rid of the error, but > obviously makes the mod_webapp config effectively useless. Has anyone > had a similar problem? How should I go about debugging this?
Yes, I had the same problem. You can try WebAppMount instead of WebAppDeploy, which at least should stop Apache from complaining about the unknown directive, but for me it didn't help much so the solution was to use mod_jk instead. -- Richard Moe | Debian 3.0 | Kernel 2.4.18 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]