Uncomment the ServerName directive in the httpd.conf file. It's currently set to localhost. Leave it like that, or give it the actual name of your machine. If you do a Google search for Tomcat and Invalid Virtual Host Name, you'll see some examples.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Roman Schlueter Sent: Monday, November 12, 2001 3:14 AM To: Tomcat Users List Subject: Invalid virtual host name Hello, I'm trying to combine Apache 1.3.x and Tomcat 4 with following environment: Linux SuSE 7.2 JDK 1.0.3_02 Apache 1.3.22 Tomcat 4.0.1 WebApp module nightly build from 2001/11/01 I have compiled Apache and mod_webapp.so by using apxs and apr. The problem is the statement 'WebAppDeploy' in the apache configuration file 'httpd.conf'. At startup Apache will print out 'Invalid virtual host name' with the reference to the line where the entry 'WebAppDeploy' exists. I have followed the standard configuration documentation and added lines below: LoadModule webapp_module libexec/mod_webapp.so AddModule mod_webapp.c WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples/ Please, can anybody spend me a suggestion to solve this problem. I have seen I'm not alone with this problem, but I have not found a solution. Thanks. Best regards Roman -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
