From: <php...@li...> - 2011-12-08 20:32:17
|
Hi, > We have a need to send requests from PHP to two different servlets running > on separate JBoss servers on separate machines. > Is this supported with php/JAVA bridge? Yes. PHP can open multiple socket connections to different servers. > If yes, how it should be configured? Not sure what you mean. You cannot "configure" the bridge; you give it a HTTP connection to the back-end and it will use that connection. Regards, Jost Bökemeier |