From: Jost B. <jos...@ya...> - 2005-08-19 17:26:18
|
Hi, > The phpinfo() function ran, and displayed this for > java : > > java support Enabled > java bridge 2.0.8pre > java.log_level 2 > java.hosts 127.0.0.1:8080 > java.servlet On > java command javaw -Djava.library.path=c:\php5 It seems that local channel re-directs currently do not work at all (at least not if there is no security manager). A workaround would be to switch it off in the backend by changing SocketRunner's isAvailable() to always return false. Or to kill it: telnet to port#9567 and send a <>, it will close the port immediately. It seems that the bug is connected with a recent "fix" in the OnInitSockname (in java.c), which now ignores the command to switch it off. -- When re-directing from a HTTP tunnel to a local TCP channel, it is necessary to switch off the local "unix domain" channel. Otherwise the bridge tries to use this and fails. I think I can fix this tomorrow and update the download, it will be 2.0.8pre3. Thank you very much for the bug report! Regards, Jost Boekemeier ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de |