The only thing I can think of...did you specify the WELCOM file of
index.jsp? Otherwise it defaults to index.html I think. That should be in
your web.xml file.


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: Monday, December 11, 2000 7:46 PM
> To: Orion-Interest
> Subject: Load balancing with Orion
>
>
> 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