Commit bee0fa32 authored by Alex Wenckus's avatar Alex Wenckus Committed by alex

uncommented code which keeps jetty quite

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6921 b35dd754-fafc-0310-a699-88a17e54d16e
parent 24212c49
...@@ -67,9 +67,9 @@ public final class HttpBindManager { ...@@ -67,9 +67,9 @@ public final class HttpBindManager {
private HttpBindManager() { private HttpBindManager() {
// Configure Jetty logging to a more reasonable default. // Configure Jetty logging to a more reasonable default.
// System.setProperty("org.mortbay.log.class", "org.jivesoftware.util.log.util.JettyLog"); System.setProperty("org.mortbay.log.class", "org.jivesoftware.util.log.util.JettyLog");
// // JSP 2.0 uses commons-logging, so also override that implementation. // // JSP 2.0 uses commons-logging, so also override that implementation.
// System.setProperty("org.apache.commons.logging.LogFactory", "org.jivesoftware.util.log.util.CommonsLogFactory"); System.setProperty("org.apache.commons.logging.LogFactory", "org.jivesoftware.util.log.util.CommonsLogFactory");
PropertyEventDispatcher.addListener(new HttpServerPropertyListener()); PropertyEventDispatcher.addListener(new HttpServerPropertyListener());
this.httpSessionManager = new HttpSessionManager(); this.httpSessionManager = new HttpSessionManager();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment