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 ______________________________________________________________________
