From: <php...@li...> - 2017-04-05 13:41:48
|
Without knowing more detail of what you are doing ... Difficult to say. From the quote below the error is in PHPDebugger, not in any of your code. Javbridge is a bunch of different things for different people. It allows calling of Java from PHP in a couple of different setups, and it also allows Java to invoke php scripts in a servlet environment like Tomcat. What have you got /trying to get? Tomcat running an instance of JavaBridge - where you are deploying PHP apps into the Tomcat instance? Tomcat running an instance of JavaBridge - and a separate Apache / Web server instance running php from which you are trying to call java? Stand alone JavaBridge servlet instance running - and a separate Apache / Web server instance running php from which you are trying to call java? php...@li... wrote: > Hello,I faced with a problem of execution Php scripts. I may not give arguments to them through address bar (like localhost/index.php?what=that), because if I do it the server returns to me the next error 'HTTP Status 500 - java.lang.RuntimeException: PHP Warning: fsockopen(): unable to connect to :0 (Failed to parse address"") in C:\Users\Eugene\Ubiquiti UniFi\webapps\ROOT\java\PHPDebugger.php on line 845'.How I can repare it? Thanks for your attantion! > > -- > С Ув. Qia > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |