<<O>> Difference Topic DSConsole (r1.4 - 30 Mar 2002 - CarMee) |
Changed: | |
< < | There are three "hidden" features that come bundled with the latest snapshot. They allow you to get very throgough information about the funcioning of your node. |
> > | There are three "hidden" features that come bundled with the latest snapshot. They allow you to get very thorough information about the functioning of your node. |
<<O>> Difference Topic DSConsole (r1.3 - 29 Jan 2002 - SebastianSpaeth) |
Changed: | |
< < | This page needs a more thorough description of what DSConsole is and what it can. If you know it fill it in this page (SebastianSpaeth? - 19 Jan 2002) |
> > | This page needs a more thorough description of what DSConsole is and what it can. If you know it fill it in this page (SebastianSpaeth - 19 Jan 2002) |
<<O>> Difference Topic DSConsole (r1.2 - 20 Jan 2002 - ZaB) |
Changed: | |
< < |
DSConsole |
> > |
Console applets |
Changed: | |
< < | This page needs a more thorough description of what DSConsole is and what it can. If you know it fill it in this page (SebastianSpaeth? - 19 Jan 2002) |
> > | There are three "hidden" features that come bundled with the latest snapshot. They allow you to get very throgough information about the funcioning of your node. |
Added: | |
> > | In order to enable them, add the following text to the Freenet settings file. |
Deleted: | |
< < | services=console |
Added: | |
> > |
You should also enable the service "console". The services line would typically look like:
services=fproxy,nodestatus,consolenow, after you (re)start your node, you are ready to use the filesystem, datastore, and routing table consoles. Point your browser to:
|
Added: | |
> > | This page needs a more thorough description of what DSConsole is and what it can. If you know it fill it in this page (SebastianSpaeth? - 19 Jan 2002) |
<<O>> Difference Topic DSConsole (r1.1 - 20 Jan 2002 - SebastianSpaeth) |
Added: | |
> > |
%META:TOPICINFO{author="SebastianSpaeth" date="1011485460" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="WebHome"}%
DSConsoleThis page needs a more thorough description of what DSConsole is and what it can. If you know it fill it in this page (SebastianSpaeth? - 19 Jan 2002)console.class=freenet.interfaces.servlet.MultipleHttpServletContainer console.port=8000 console.params.servlet.1.uri=/ds console.params.servlet.1.class=freenet.node.ds.DSConsole console.params.servlet.1.name=DataStore Console console.params.servlet.2.uri=/fs console.params.servlet.2.class=freenet.fs.dir.FSConsole console.params.servlet.2.name=FileSystem Console console.params.servlet.3.uri=/rt console.params.servlet.3.class=freenet.node.rt.RTConsole console.params.servlet.3.name=Routing Table Console services=consolealso, when your node is down: java freenet.node.FSTool scipient: there's an alternate syntax if you need to specify multiple contexts here's the full example: test.class=freenet.interfaces.servlet.MultipleHttpServletContainer test.port=8001 test.params.context.1.uri=/foo test.params.context.1.params.k1=v1 test.params.context.1.params.k2=v2 test.params.context.1.servlet.1.uri=/test1 test.params.context.1.servlet.1.class=freenet.interfaces.servlet.TestHttpServlet test.params.context.1.servlet.1.name=Happy Foo Servlet 1 test.params.context.1.servlet.1.params.k1=v1 test.params.context.1.servlet.1.params.k2=v2 test.params.context.1.servlet.2.uri=/test2 test.params.context.1.servlet.2.class=freenet.interfaces.servlet.TestHttpServlet test.params.context.1.servlet.2.name=Happy Foo Servlet 2 test.params.context.1.servlet.2.params.k1=v1 test.params.context.1.servlet.2.params.k2=v2 test.params.context.2.uri=/bar test.params.context.2.params.k1=v1 test.params.context.2.params.k2=v2 test.params.context.2.servlet.1.uri=/test1 test.params.context.2.servlet.1.class=freenet.interfaces.servlet.TestHttpServlet test.params.context.2.servlet.1.name=Happy Bar Servlet 1 test.params.context.2.servlet.1.params.k1=v1 test.params.context.2.servlet.1.params.k2=v2 test.params.context.2.servlet.2.uri=/test2 test.params.context.2.servlet.2.class=freenet.interfaces.servlet.TestHttpServlet test.params.context.2.servlet.2.name=Happy Bar Servlet 2 test.params.context.2.servlet.2.params.k1=v1 test.params.context.2.servlet.2.params.k2=v2-- SebastianSpaeth - 19 Jan 2002 %META:TOPICMOVED{by="SebastianSpaeth" date="1011484935" from="Pub.FreenetConfiguration" to="Pub.DSConsole"}% |
Topic DSConsole . { View | Diffs | r1.4 | > | r1.3 | > | r1.2 | More } |
Revision r1.1 - 20 Jan 2002 - 00:11 GMT - SebastianSpaeth Revision r1.4 - 30 Mar 2002 - 10:30 GMT - CarMee |
This website is distributed under the GNU Documentation License |