I had the same problem. Another suggestion was to add
-Dphp.java.bridge.php_exec=/usr/bin/php
on the command line. Instead, I changed the export of JAVA_OPTS to my catalina.sh file to add it. This did not work, but I combined it with the sentence above and added
-Dphp.java.bridge.php_exec=/usr/bin/php-cgi
to catalina.sh . I dropped the server and connected to the server / JavaBridgeTemplate621 / and got the PHP / Java Bridge settings page.
Ralph levan
source share