Hi, I have apache running under the local system account. It has the workers2.properties in the conf directory. I also have the ssl set up and apache 2 can access them. The balancing.conf is located at apache serverRoot/conf/ .
Software Engineer Adamshand Inc www.interviewexchange.com -----Original Message----- From: Aadi Deshpande [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 12:49 PM To: Tomcat Users List Subject: Re: load balancing with apache2 Hi, Looks like a permissions issue. Is Apache running as nobody? Does it have rights to /conf/balancing.conf? ( which seems to located from the root directory of your server ). shyam wrote: >Hi All, >Can somebody help me with this. I am struck . thanks a lot >From: shyam [mailto:[EMAIL PROTECTED] >Sent: Tuesday, March 09, 2004 10:28 AM >To: 'Tomcat Users List' >Subject: load balancing with apache2 > >Hi All, >I have set up the clustering with tomcat 5 and it works awesome. I >followed the steps provided in the documentation for apache load >balancing. I had success the first time but after that I keep getting >this error in my apache logs >The system cannot find the path specified. : mod_rewrite: can't access >text RewriteMap file /conf/balancing.conf > >I have the balancing.conf in the conf directory. >Balancing.conf >LB1 tomcat1:8080 >LB3 tomcat2:8080 >ALL tomcat1:8080|tomcat2:8080 > >Can you please tell me whats wrong with the above. > >Thanks I advance >shyam > > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
