From: <php...@li...> - 2006-01-31 16:05:59
|
The problem is even I have used LoadModule mode or CGI mode for PHP 5.1.2, it failed in either case: For LoadModule case: * I could be successful to start the standalone JavaBridge.jar but, in test.php, dl() cannot be run and display error ( I am confused with your explanation that the error is wrong),. For CGI configuration: * The JavaBridge.jar could be started and result.html shows it is running. However, when I test it with test.php, this time, there is no error from dl() function but, it displayed my Java server IS NOT running from the phpinfo(). At the bottom of the page, it complained that I have not put the .dll properly. Afterwards, I have read through the code and java_get_server_name() failed in the if-then block. Please advise for my problem. Thank you. Regards, Anthony |