Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1be47579cb8529855c39391df5a580d9210cb604 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
 
<Configure id="Server" class="org.eclipse.jetty.server.Server">
  <Call name="addBean">
    <Arg>
      <New class="org.jminix.console.tool.StandaloneMiniConsole">
        <Arg type="int"><Property name="jminix.port" default="8088" /></Arg>
      </New>
    </Arg>
  </Call>
</Configure>

Back to the top