R
Roel de Wildt
Guest
Hi, I'm trying to setup a load balancing environment for my PASOE environment with Apache 2.4 but somehow it does not work as expected. The following program failed to execute the program on the PASOE apsv transport: DEF VAR hApp AS HANDLE NO-UNDO. CREATE SERVER hApp. hApp:CONNECT("-URL http://localhost/apsv") . RUN test.p ON hApp. I get the following error when executing the RUN test.p ON hApp command. Failure reading response from Application Server. (14810) SERVER CCCF6596A10C3AFEDC20DEFD4FCA085E6756A65DBE10.prodemo is not connected. (5451) I have the following in the apache httpd.conf: BalancerMember " http://host1:15000/apsv" BalancerMember " http://host2:15000/apsv" ProxyPass "/apsv" "balancer://mycluster-apsv" If I connect to the url directly it works. But it must be load balanced by the Apache proxy I have set up. Does anyone have a working example or can show me how to implement this with OpenEdge 11.7.4? Kind regards, Roel de Wildt
Continue reading...
Continue reading...