From: <php...@li...> - 2016-02-02 17:02:35
|
Hi i'am using JavaBridge in a Tomcat7.0.62 to run a php application. I want to specify the php path to use in my application I've a solution on linux but no solution on windows On linux, i have created a shell wrapper (php-cgi.sh) in WEB-INF/cgi/amd64-linux of my App that execute the php i want #!/bin/sh exec /<MyPhpPath/bin/php-cgi "$@" but on windows .. no solution .. The only solution is to copy the entire php distrib under the cgi/amd64-windows ;-( It seems there are some parameters to configure java bridge i've found parameter php.java.bridge.default_log_level Is there any parameter for JavaBridge to specify the php path to use ? something like php.java.bridge.php_path or php.java.bridge.php_path_home ? if not do you have another solution for windows ? Thanks Jean |