From: <php...@li...> - 2011-04-29 04:11:58
|
Hello, Are there any additional setup changes that are needed to get PHP/Java Bridge to work with a load-balanced glassfish 2.1.1 cluster? We use a custom servlet using Spring Security for access control accessed by a cluster of apache webservers through a reverse proxy. It works fine when we setup the exact same Glassfish domain minus clustering, but starts throwing bean creation exceptions (which are usually caused by the JSESSIONID cookie not being sent correction) when we add in clustering. My guess is that it is not a problem with PHP/Java Bridge, but rather our setup of session listeners, but I figured I would ask if there is something that I am overlooking here. Has anyone here used PHP/Java Bridge with Glassfish cluster (2.1.1 or 3.1)? Bonus points if you have also added Spring security to the mix! Thanks! |