Well, the statement was trying to find whether the workers.properties on
windows and linux machine are the same.
Assuming this is the case:

Did you try connectivity to you OFBiz servers, i.e. what's the result of:
> telnet 172.17.88.196 8006
> telnet 172.17.88.52 8009
when executed from the Apache on Windows server and from the Apache on the
Linux box?

Can you also possibly check using a traceroute whether there is a firewall
inbetween your linux machine and your ofbiz instances?

Regards


Carsten


2009/11/12 <[email protected]>

> Hi Carsten,
>
> Culd you please elaborate upon your statement,"Are you sure you copied
> over the very same workers.properties (the config
> for mod_jk) ? " ? I could not understand it well...
>
> Here are my configuration files..
> workers.properties
>
> worker.worker2.port=8006
> worker.worker2.host=172.17.88.196
> worker.worker2.type=ajp13
> worker.worker2.lbfactor=100
> worker.worker2.redirect=worker1
>
> worker.worker1.port=8009
> worker.worker1.host=172.17.88.52
> worker.worker1.type=ajp13
> worker.worker1.lbfactor=1
> worker.worker1.redirect=worker2
>
> worker.list=worker1, worker2, loadbalancer
> worker.loadbalancer.type=lb
> worker.loadbalancer.balanced_workers=worker1, worker2
>
>
> httpd.conf :
>
> LoadModule jk_module modules/mod_jk.so
> JkWorkersFile conf/workers.properties
> JkShmFile     logs/mod_jk.shm
> JkLogFile     logs/mod_jk.log
> JkLogLevel    info
> JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
>
> httpd-vhosts.conf         ------- i have used virtual hosting for
> switching of application between secured and non-secured ports.
>
> <VirtualHost *:80>
> ServerName 172.17.88.52:80
> JkMount /* loadbalancer
> JkMount /*/control/* loadbalancer
> </VirtualHost>
>
>
> On windows, everything is working great along with session replication.
> If i have OFBiz code base on linux servers and APache Http Server on
> windows, even then all works fine
> But if i have APache http server on linux, it does not connect to OFBiz
> server.
> I am not able to find the problem . Please help me out, i am stuck up
> here...
>
>
> Thanks & Regards,
> Neha Mehta
>
>
> ______________________________________________________________________




-- 

Best

Carsten Schinzer

Waisenhausstr. 53a
80637 München
Germany

Reply via email to