You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mail List <ma...@koukia.com> on 2001/12/11 01:44:22 UTC

Webapp multiple connections

I also have the same problem as Alex. Here is a section from my httpd.conf.

WebAppConnection appserv1Connection warp trav:6008
WebAppDeploy appserv1 appserv1Connection /appserv1
WebAppConnection appserv2Connection warp trav:7008
WebAppDeploy appserv2 appserv2Connection /appserv2
WebAppConnection appserv3Connection warp trav:9008
WebAppDeploy appserv3 appserv3Connection /appserv3
Does anyone have a solution????

Travis Powell
tpowell@koukia.com

From: "Alex Sanderson" 
Subject: Webapp multiple connections
Date: Thu, 4 Oct 2001 11:34:21 +0200
Hello,
Has anyone sucessfully run mod_webapp with multiple connections to
different
tomcat's?
I can define three connectors connA connB and connC and apache is
happy. If I
deploy something with connA it works perfectly.
If I comment out the connA deploy and deploy something with connB,
connB works
perfectly.
If I try to run the two at once, one of them fails with an "[error]
Cannot
deploy application" that loops forever in apache hanging apache.
I have searched all the docs I can find on webapp. In the webapp
cvs docs it
says that no connections can have the same name which suggests that
webapp can
handle more than one connection. I cannot find any examples using
two or more
connectors though.
Alex



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>