jsp/)JSP pages for the router console webapp, served from routerconsole.war by the embedded Jetty server.
The console renders most pages as JSPs backed by Helper and Renderer classes in net.i2p.router.web. Configuration pages that accept POST data submit to Handler classes. The webapp is mounted at the root context by RouterConsoleRunner (see net.i2p.router.RouterConsoleRunner).
index.jsp — console landing pageconfig*.jsp — configuration pages (advanced, ban, clients, family, i2cp, keyring, etc.)graphs.jsp / stats.jsp — statistics and graphstunnel*.jsp — tunnel managementpeers.jsp / netdb.jsp — peer and network database viewsrouterconsole/README.md — console module overviewnet.i2p.router.web