Loading INSTALL.md +5 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,11 @@ By default, Onionoo is configured to run the updater hourly and provide the web pages on http://localhost:8080/. The exact timing for the hourly update runs is logged at start-up. Onionoo's Jetty configuration is done in 'jetty.xml', which can be replaced in the war-file. All configuration options can be found at ```http://www.eclipse.org/jetty/documentation/``` The build.xml file contains Onionoo's current jetty version. ### Performing the initial run Loading src/main/resources/jetty.xml +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ <Ref id="server"/> </Arg> <Set name="port">8080</Set> <Set name="host">127.0.0.1</Set> </New> </Arg> </Call> Loading Loading
INSTALL.md +5 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,11 @@ By default, Onionoo is configured to run the updater hourly and provide the web pages on http://localhost:8080/. The exact timing for the hourly update runs is logged at start-up. Onionoo's Jetty configuration is done in 'jetty.xml', which can be replaced in the war-file. All configuration options can be found at ```http://www.eclipse.org/jetty/documentation/``` The build.xml file contains Onionoo's current jetty version. ### Performing the initial run Loading
src/main/resources/jetty.xml +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ <Ref id="server"/> </Arg> <Set name="port">8080</Set> <Set name="host">127.0.0.1</Set> </New> </Arg> </Call> Loading