On Sunday 06 October 2002 10:25, you wrote: > > i'm not getting any email from the mailing list, so i'm sending this > directly in hopes that it will be more effective. > > -Mathew
You need to remove the mainport.class=freenet.client.http.FproxyServlet line. I think the full web interface will work if you do. There's nothing mysterious about mainport. It's just a MultipleHttpServletContainer instance that runs a set of servlets on the same port. see: freenet.node.Main.addDefaultHTTPPortParams() for the default configuration. mainport.class should be the class of the MultipleHttpServletContainer not fproxy. It's already set in the defaults. Basically, you don't need to add anything that's already there to the config file unless you want to override it's default value. Sorry to be so late responding. --gj _______________________________________________ devl mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
