Re: apache tomcat integration syntax error in httpd.conf

2002-03-13 Thread rsequeira
of the httpd.conf. Someone on this list might be able to analyze 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

Re: apache tomcat integration syntax error in httpd.conf

2002-03-13 Thread August Detlefsen
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

apache tomcat integration syntax error in httpd.conf

2002-03-12 Thread Paul Phillips
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

Re: apache tomcat integration syntax error in httpd.conf

2002-03-12 Thread Paul Phillips
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