Bug track #4334
-----Original Message----- From: Pier Fumagalli [mailto:[EMAIL PROTECTED]] Sent: October 22, 2001 9:59 AM To: [EMAIL PROTECTED] Subject: Re: Help with webapp module, Apache 1.3 and Tomcat 4.0, ATT: Pier Philippe Khalife at [EMAIL PROTECTED] wrote: > > I'm not claiming I know the reason why this error happens, but I have the > same problem. > > My fix: > Change the ServerName in httpd.conf to be the IP address instead of the > hostname.domain.com, keep the name in server.xml > it works. And actually, since I was reviewing the code, that's a very good hint... If the two definitions in server.xml and httpd.conf are different, the Warp code will actually create a new "WarpHost" instance in your configuration tree, and that might be the very root of the problem (using <Host> in server.xml..)... I'll make some tests, can someone file this into http://nagoya.apache.org/bugzilla Thanks :) Pier
