Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
Metrics
Onionoo
Commits
a1782ef0
Commit
a1782ef0
authored
Jan 13, 2020
by
Karsten Loesing
Browse files
Make Jetty host and port configurable.
Implements
#24222
.
parent
a1ee6e9c
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
a1782ef0
# Changes in version 7.0-1.2?.? - 20??-??-??
# Changes in version 7.0-1.2?.? - 20??-??-??
*
Minor changes
-
Make Jetty host and port configurable.
# Changes in version 7.0-1.23.0 - 2019-12-06
# Changes in version 7.0-1.23.0 - 2019-12-06
...
...
src/main/resources/jetty.xml
View file @
a1782ef0
...
@@ -26,8 +26,12 @@
...
@@ -26,8 +26,12 @@
<Arg>
<Arg>
<Ref
id=
"server"
/>
<Ref
id=
"server"
/>
</Arg>
</Arg>
<Set
name=
"port"
>
8080
</Set>
<Set
name=
"port"
>
<Set
name=
"host"
>
127.0.0.1
</Set>
<SystemProperty
name=
"onionoo.jetty.port"
default=
"8080"
/>
</Set>
<Set
name=
"host"
>
<SystemProperty
name=
"onionoo.jetty.host"
default=
"127.0.0.1"
/>
</Set>
</New>
</New>
</Arg>
</Arg>
</Call>
</Call>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment