Guys,

i have a problem, i'm tryin to use Orion as Load Balancer
here is my load-balancer.xml file which is located in
$ORION_HOME/config/

<?xml version="1.0"?>
<!DOCTYPE data-sources PUBLIC "Orion load-balancer"
"http://www.orionserver.com/dtds/load-balancer.dtd">

<load-balancer host="[ALL]" port="80" secure="false" selection-type="random"
user-ip="true" use-session-id="true">
 <island id="0">
  <backend-server host="192.168.1.139" port="80"/>
 </island>
 <island id="1">
  <backend-server host="192.168.1.138" port="80"/>
 </island>
</load-balancer>

So basicly what im trying to do is balance traffic between those 2 servers.
But for some reason when i request "localhost" it displays me a page that
is "<website>/index.html". I wonder why is that happenin.

Any help is deeply appreciated

Thank You

-Anton


Reply via email to