<?xml version="1.0"?>
<yxorpconfig>
   
<!--
       
       This configuration snip is intended to be merged into the sample Yxorp configuration
       as shipped with the distribution. It is a part of the Yxorp tutorial, that may be
       found in the documentation directory.
       
       Demonstration of stickyloss rules
       
-->

<rule id="stickylossrule" type="stickyloss">
redirect("http://yxorp.sourceforge.net/stickyloss.html");
</rule>

<server id="yxorp.sourceforge.net" stickyloss="stickylossrule" />

</yxorpconfig>
