Bonjour,

Je souhaite installer Java Bridge, j'ai donc suivi le tutoriel de Xila Soft sur Youtube et j'ai donc mis mon .war dans mon dossier webapps. J'ai vu que mon serveur Tomcat avait démarré Java Bridge mais dès que ça démarre, il me dit :
Etat HTTP 500 - php.java.bridge.http.FCGIConnectException: Could not connect to server
avec des lignes d'erreur que je ne vais pas copier / coller
Il ne trouve pas PHP.

J'ai donc cherché sur le net et j'ai trouvé ça :

Test your PHP installation with:
java -classpath JavaBridge.war TestInstallation
If the test fails due to a missing "php-cgi" FastCGI SAPI, expect step no. 3 to fail, too.
Download and install original Apache Tomcat software (or any other supported servlet engine or application server) as a Windows or Unix service and copy JavaBridge.war to its autodeploy folder.
Browse to
http://localhost:8080/JavaBridge
and run the PHP and JSP examples. If this step fails due to a missing "php-cgi" FastCGI SAPI, run Apache/IIS PHP, see below.
Copy or symlink the created webapps/JavaBridge folder to the web server document root.
Browse to
http://yourHost.com/JavaBridge
and run the PHP examples through Apache/IIS PHP.
mais je ne comprends pas bien ce que je dois faire.
Quelqu'un saurait-il m'indiquer comment faire ?

Merci d'avance pour votre aide.