File tree Expand file tree Collapse file tree
basex-api/src/main/webapp/WEB-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
22<Configure id =" Server" class =" org.eclipse.jetty.server.Server" >
33 <!-- Default connector. The Jetty stop port can be specified
4- in the .basex or pom.xml configuration file. -->
4+ in the .basex or pom.xml configuration file.
5+ The Jetty http port can be specified here or by setting
6+ the Java System Property jetty.http.port.
7+ -->
58 <Call name =" addConnector" >
69 <Arg >
710 <New class =" org.eclipse.jetty.server.ServerConnector" >
811 <Arg name =" server" ><Ref refid =" Server" /></Arg >
912 <Set name =" host" >0.0.0.0</Set >
10- <Set name =" port" >8080</Set >
13+ <Set name =" port" >< SystemProperty name = " jetty.http.port " default = " 8080" /> </Set >
1114 <Set name =" idleTimeout" >60000</Set >
1215 <Set name =" reuseAddress" >true</Set >
1316 </New >
You can’t perform that action at this time.
0 commit comments