For virtual hosts, you have to create the webapp connection AFTER you
specify the NameVirtualHost, like this:
NameVirtualHost 12.34.56.78
# create the webapp connection
WebAppConnection conn warp localhost:8008
WebAppInfo /webapp-info
Then actually deploy the webapps within your virtual
your problem quickly.
RS
Paul Phillips <[EMAIL PROTECTED]> on 03/12/2002 08:47:06 PM
Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>
To: Tomcat Users List <[EMAIL PROTECTED]>
cc:
Subject: Re: apache tomcat integration syntax error in httpd.conf
He
Here's what else I found since first writing the email quoted below.
FYI - Tomcat 4.0.3
mod_webapp binary for linux i386 (I did not compile it)
If I comment out the WebAppDeploy line, then apachectl configtest (and
"start") report the same error of invalid virtual host name for the
following W
Hello -
I am trying to integrate Apache and Tomcat with the warp connector.
I am following the instructions at:
http://www.galatea.com/flashguides/apache-tomcat-4-unix.xml
which are dated March 6, 2002, so they aren't too old!
I have followed the instructions exactly as stated on my RedHat Linu