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 [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
