Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
java -Dorg.cipango.dar.routeOutgoingRequests=false -jar start.jar etc/cipango.xml

...

Code Block
xml
xml
titlecipango.xml
 <Set name="applicationRouter">
    <New class="org.cipango.ardar.DefaultApplicationRouter">
      <Set name="configuration"><SystemProperty default="." name="jetty.home"/>/etc/dar.properties</Set>
      <Set name="routeOutgoingRequests">false</Set>
    </New>
 </Set>

...