From: <php...@li...> - 2010-02-14 20:54:09
|
Jetty still seems to not work without the 15 second delay. Promiscuous is off and based on the Jetty output below I am sure that I am bound to 127.0.0.1. In Java.inc I a have define ("JAVA_HOSTS", "127.0.0.1:8080"); 2010-02-14 12:35:32.466:INFO::Started SelectChannelConnector@127.0.0.1:8080 2010-02-14 12:35:46.904:INFO:/JavaBridge:PhpJavaServlet: PHP/Java Bridge servlet D:\Programs\jetty-hightide-7.0.1.v20091125\webapps\JavaBridge version 5.5.4.1 ready. Do I need anything in the web.xml or properties to specifically enable SocketContextServer? Thanks, McKinley On Sun, Feb 14, 2010 at 5:49 PM, <php...@li...> wrote: > PHP/Java Bridge version 5.5.4 still contains "ContextRunners" which > will be used if(LOCAL_ADDR.equals(req.getRemoteAddr()) && contextServer! > If you install jetty on > the local host and do not switch off the SocketContextServer, the bridge > will still work with Jetty. > > If you switch off promiscuous mode again and run jetty on localhost (ip: > 127.0.0.1), it should work. |