Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 21796 invoked from network); 16 Nov 2001 10:27:01 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 16 Nov 2001 10:27:01 -0000 Received: (qmail 7924 invoked by uid 97); 16 Nov 2001 10:26:37 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 7908 invoked by uid 97); 16 Nov 2001 10:26:37 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 7897 invoked from network); 16 Nov 2001 10:26:36 -0000 Sender: roman Message-ID: <3BF4E92B.6E5C2990@esc-electronics.de> Date: Fri, 16 Nov 2001 11:23:39 +0100 From: Roman Schlueter Organization: ESC Electronic System Concepts X-Mailer: Mozilla 4.77 [de] (X11; U; Linux 2.4.7 i686) X-Accept-Language: en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Invalid virtual host name on WebAppDeploy References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello Falko, 'Invalid virtual host name' was also a problem in my configuration. The solution is to enable and assign 'ServerName' in httpd.conf. Regards Roman Falko Braun wrote: > > I did the same configurations like mentioned below. But I get: > Invalid virtual host name > > for the following line in httpd.conf: > WebAppDeploy examples conn /examples > > But I did not configure any Virtual Host. > > -----Original Message----- > From: Lin, Zhongwu [mailto:Zhongwu_Lin@AFCC.com] > Sent: Freitag, 16. November 2001 04:41 > To: 'Tomcat Users List' > Subject: Trouble connecting Apache 1.3 & Tomcat 4 w/ mod_webApp for > window NT > > I can't make Apache 1.3 & Tomcat 4 w/ mod_webApp to work. > > This is what I do(follow install guide): > > 1) copy mod_webapp.so and libapr.dll to directory > \modules > 2)edit httpd.conf like this > > ServerName localhost > LoadModule webapp_module modules/mod_webapp.so > > WebAppConnection conn warp localhost:8008 > WebAppDeploy examples conn /examples > > 3) my tomcat 4 has server.xml like this: > > > > > port="8008" minProcessors="5" maxProcessors="75" > enableLookups="true" > acceptCount="10" debug="0"/> > > > name="Apache" defaultHost="localhost" debug="0" appBase="webapps"> > > > prefix="apache_log." suffix=".txt" > timestamp="true"/> > > > > > > > > > 4) start tomcat 4 and then apache, I can see apache home on port 80 and > tomcat home on port 8080 like this > http://localhost/ > http://localhost:8080 > http://localhost:8080/examples > > but the following > http://localhost/examples > > give me error of "page not found" > > any idea why???? > > any help would be greatly appreciated > > John > > > -----Original Message----- > > From: David Smith [SMTP:dns4@cornell.edu] > > Sent: Thursday, November 15, 2001 4:04 PM > > To: Tomcat Users List > > Subject: Re: Trouble connecting Apache 1.3 & Tomcat 4 w/ mod_webApp > > > > I'm guessing you changed the port for the Connector statement in the > > Tomcat-Apache service of server.xml to 9090? If so, that's correct. If > > not, > > try using 8008 instead. > > > > The second WebAppConnection line isn't needed unless it's connecting to a > > different machine and/or port. The way your config is below, there should > > > > only be one with both WebAppDeploy lines referencing it. This might be > > the > > source of your error. > > > > Good luck and hope this helps some. > > > > --David Smith > > > > On Thursday 15 November 2001 12:09 pm, you wrote: > > > FreeBSD, Tomcat 4, Apache 1.3.19 > > > > > > > > > Here's my config; > > > > > > Alias /myapp "/usr/local/jakarta-tomcat-4.0/webapps/myapp/" > > > WebAppConnection tomcat4 warp localhost:9090 > > > WebAppDeploy myapp tomcat4 /myapp > > > WebAppConnection conn warp localhost:9090 > > > WebAppDeploy examples conn /examples > > > > > > > > > Here's the result from the apache error log; > > > > > > [Thu Nov 15 10:40:00 2001] [error] Cannot receive handshake WARP packet > > > [Thu Nov 15 10:40:00 2001] [error] Cannot read packet > > > (pr_warp_config.c:139) [Thu Nov 15 10:40:00 2001] [error] Cannot > > configure > > > connection "tomcat4" [Thu Nov 15 10:40:00 2001] [error] Cannot receive > > > handshake WARP packet [Thu Nov 15 10:40:00 2001] [error] Cannot read > > packet > > > (pr_warp_config.c:139) [Thu Nov 15 10:40:00 2001] [error] Cannot > > configure > > > connection "tomcat4" > > > > > > Might this be an error with compiling? > > > > > > > > > > > > > > > -- > > > To unsubscribe: > > > For additional commands: > > > Troubles with the list: > > > > > > -- > > To unsubscribe: > > For additional commands: > > Troubles with the list: > > -- > To unsubscribe: > For additional commands: > Troubles with the list: > > -- > To unsubscribe: > For additional commands: > Troubles with the list: -- To unsubscribe: For additional commands: Troubles with the list: