Hi,
I want use balancer for redirect all requests from mydomain.org to www.mydomain.org.

I try following configuration:
-- server.xml --
 ...
     <Host name="www.mydomain.org" appBase="webapps">
       <Context path="" docBase="el-dimm" reloadable="true"/>
     </Host>
<Host name="mydomain.org" appBase="webapps">
       <Context path="" docBase="balancer" reloadable="true"/>
     </Host>
 ...
-----------------
Balancer application have default configuration.

I receive error message after typing http://mydomain.org in the address line:
The requested resource (/) is not available._

_But if type http://mydomain.org/balancer - balancer working correct.

What I did not correct?
Please correct me.

Thanks,
Jury_
_

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to