From: Itamar F. <ita...@gm...> - 2013-02-27 09:35:12
|
Hi, I’m having trouble upgrading from jetty 4 to jetty 5. I’m running the next code in jetty 4: httpListener = *new* SocketListener(); . . . org.mortbay.util.Log.instance().disableLog(); org.mortbay.util.Log.instance().add(*new* HTTPServerLog()); where HTTPServerLog extends logSink however these APIs are not supported in jetty 5, is there an alternative way to perform the above APIs? |