From: <php...@li...> - 2011-06-27 21:03:25
|
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. |