From: <php...@li...> - 2011-04-17 21:16:52
|
Hi, and thanks for your quick answer. Perhaps am I missing something, but I first checked the installation in console mode : PS > java -classpath .\JavaBridge.war TestInstallation Starting a simple servlet engine: [C:\Program Files\Java\jre6\bin\java, -jar, C:\Users\stephane\Desktop\tomcat\php-java-bridge_6.2.1_documentation\.\ext\J avaBridge.jar, SERVLET_LOCAL:8081] Invoking php: [php-cgi, -n, -d, allow_url_include=On, C:\Users\stephane\Desktop\tomcat\php-java-bridge_6.2.1_documentation\.\test. php] Now check the C:\Users\stephane\Desktop\tomcat\php-java-bridge_6.2.1_documentation\.\RESUL T.html. Read the INSTALL.J2EE and/or INSTALL.J2SE documents. Then I tried this little php script : <?php echo "PHP running using the " . php_sapi_name() . " SAPI"; ?> Which gives : PHP running using the cgi-fcgi SAPI Do you see something wrong for this part ? -----Message d'origine----- De : php...@li... [mailto:php...@li...] Envoyé : dimanche 17 avril 2011 19:57 À : php...@li... Objet : Re: [Php-java-bridge-users] PHP/JAVA Bridge Write socket error Hi, this usually means that PHP FastCGI SAPI is not installed. Please check the server log for details. Regards, Jost Bökemeier ---------------------------------------------------------------------------- -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |