From: <php...@li...> - 2012-08-28 06:00:40
|
Hi all, First of all congrats for PJB - its great software and works great - we have been using it for a couple years now without any issues. One thing we haven't been able to fix, thought, is to avoid PJB to start up php-cgi instances. We are accessing PJB (that is running inside tomcat 6) from apache and if we disable in web.xml the PHPCGIServlet then it throws an error saying that it cannot connect to the bridge. Is there a way to make our PHP apps (running on apache/PHP-FPM) to connect directly to the java bridge without running any CGI via the tomcat container? Thanks in advance, Diego |