From: <php...@li...> - 2011-06-27 22:18:06
|
You should not copy php.exe. I'm not 100% suro of that, but you should add php bin directory to PATH environment viarable. This way Java Application server will be able to start PHP interpreter with this test.php code. W dniu 2011-06-27 23:03, php...@li... pisze: > Hi, > I have the following configuration > Tomcat home- c:/program files/apache tomcat > PHP home-c:/program files/php > > I downloaded javabridgetemplate621.war and deployed it to Tomcat. When > I started up the server I received an error saying php-cgi.exe was > missing. So, I copied php.exe from my php installation and moved it to > c:/program files/apache tomcat/webapps/javabridgetemplate621/cgi/x6windows > and restarted server and the error disappeared. > I then tried accessing test.php from > http://localhost:8080/javabridgetemplate621/test.php and received this > error: > > PHP application terminated unexpectedly, haveyou started php-cgi witht > the environment setting PHP_FCGI_MAX_REQUESTS=5000? > > Why am I receiving this error? > > Thanks. > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > |