if(logDEBUG) Logger.debug(this, "Creating Web interface...");
mWebInterface = new WebInterface(this);
if(logDEBUG) Logger.debug(this, "Creating FCP interface...");
mFCPInterface = new FCPInterface(this);
if (mConfig.getBoolean(Configuration.NNTP_SERVER_ENABLED)) {
if(logDEBUG) Logger.debug(this, "Creating NNTP server...");
String bindTo = mConfig.getString(Configuration.NNTP_SERVER_BINDTO);
if (bindTo == null) {