That one I don't know. Sorry. Where should this bug be reported? Is there a separate group for the warp Connector? Or should it go to Apache, or just to Tomcat error places?
-----Original Message----- From: Ali Manji [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 11:15 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat 4.0.1 + Apache 1.3.22 + WebAppDeploy Thanks Daniel for your reply. Yes, I experienced the exact same problem with the infinite loop and the error log being pumped full with the same error message. I think it would be a good idea to open up a bug report if you dont find the problem on bugzilla. Another question, how would you provide a relative path, if you are on Windows, and Apache and the application are on different drives, i.e. D:\ and E:\ respectively? Thanks and regards >From: "Armbrust, Daniel C." <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: 'Tomcat Users List' <[EMAIL PROTECTED]> >Subject: RE: Tomcat 4.0.1 + Apache 1.3.22 + WebAppDeploy >Date: Fri, 4 Jan 2002 10:51:58 -0600 > >I ran into problems trying to do this as well - deploy a webapp through >apache that was not in tomcats default location for serving webapps. I >could not get an absolute path name to work - its a particularly nasty >little bug - as when I put in an absolute path name, it not only wouldn't >find it on startup, it would lock into an infinite loop while attempting to >deploy it, and never finish starting apache. It did make some impressively >sized error log files before I tracked it down however... :) > >Has anyone else had this infinite loop bug? I should probably go look in >bugzilla somewhere, and report it... > >Anyway, use a relative path name (I think from tomcats webapps directory), >and it should work. This works for me. > > ><IfModule mod_webapp.c> > WebAppConnection warpConnection warp localhost:8008 > WebAppDeploy manager warpConnection /manager > WebAppDeploy /../../../home/armbrust/webapps/test warpConnection /test ></IfModule> > > > > >-----Original Message----- >From: Ali Manji [mailto:[EMAIL PROTECTED]] >Sent: Friday, January 04, 2002 10:34 AM >To: [EMAIL PROTECTED] >Subject: Tomcat 4.0.1 + Apache 1.3.22 + WebAppDeploy > > >I am trying to figure out what I would put for the WebAppDeploy entry in >my apache httpd.conf file. > >I have the following configuration in my TC4.0.1 server.xml I have >something > >like the following: > > ... > <Host name="star" debug="0" appBase="webapps" unpackWARs="true"> > <Context path="/myApp" > docBase="E:/WORK/MyApplication/DEPLOYMENT" > reloadable="true"> > </Context> > </Host> > ... > >That is to say my application does NOT sit under the tomcat webapps >directory. So I was wondering what I would enter in this scenario for the >WebAppDeploy entry in my apache httpd.conf file to suit this scenario? > >Thanks in advance, >Ali -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
