From: <php...@li...> - 2007-04-26 08:48:12
|
Hi Jon, which error message do you get? > environment. Does the *.war also require PHP to be > installed on the system The war file contains a 32bit php executable. If your CPU can execute 32 bit binaries, you can rename the php-cgi-x86-windows.exe to php-cgi-XXX-windows.exe, see the error message above. However, if you have php-cgi.exe installed in the %PATH%, the bridge will use this php executable instead of the built-in binary. > Also, once deploying the package it seems that > logging from that point > becomes disabled, e.g. no further server messages > are shown - is this a > default behaviour within the app itself? The JavaBridge.war contains a log4j.jar library. This library is responsible for this behaviour. I will remove log4j from the war file. Regards, Jost Boekemeier __________________________________ Yahoo! Clever: Stellen Sie Fragen und finden Sie Antworten. Teilen Sie Ihr Wissen. www.yahoo.de/clever |