I don't use mod_webapp, but if I remember correctly, you need to specify the port number in your WebAppDeploy statement. So, "virtual.host.name" by itself won't work, I think you have to set it as "virtual.host.name:port".
John Turner [EMAIL PROTECTED] -----Original Message----- From: Nicholas Calugar [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 21, 2002 2:07 AM To: [EMAIL PROTECTED] Subject: Apache 2 and Tomcat 4.0 I am having difficulty connecting Apache 2 and Tomcat 4.0. Apache complains about the syntax of the configuration file whenever it sees the WebAppDeploy directive. The first method I tried was just putting the WebAppDeploy in the main server configuration. This resulted in an error on the WebAppDeploy line: Invalid Virtual Host Name I read a lot about using a virtual host block so I tried that also. I again got an error on the WebAppDeploy line: Invalid port number (p<1) No "Port" statement found. I checked to make sure the Listen directive was there and it was set to 80 like it should be. I am at a complete loss of where to go next. Any help would be appreciated. Thanks Nicholas Calugar 764 5th Ave STE A San Diego, CA 92101 619.232.3292 (H) 314.477.3556 (M) [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
