i have one dispatcher and three realservers running tomcat
my testgin configuration just try how to use ktcpvs:
Virtual web {
listen = 0.0.0.0:webcache
scheduler = http
startservers = 8
maxclients = 256
minspareservers = 6
maxspareservers = 18
server = ci6.cs.ccu.edu.tw:webcache 1
server = ci4.cs.ccu.edu.tw:webcache 1
server = ci2.cs.ccu.edu.tw:webcache 1
rule = pattern "^/examples/" use server ci6.cs.ccu.edu.tw:webcache
rule = pattern "^/tomcat-docs/" use server ci2.cs.ccu.edu.tw:webcache
rule = pattern ".*" use server ci4.cs.ccu.edu.tw:webcache
}
----- Original Message -----
From: "Wensong Zhang" <wensong@xxxxxxxxxxxx>
To: "LinuxVirtualServer.org users mailing list."
<lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, March 24, 2003 5:56 PM
Subject: Re: lvs-dr + ktcpvs
>
>
> Hi,
>
> On Sun, 23 Mar 2003, uiki wrote:
>
> > now i trun off ipvsadm and just use tcpvsadm
> >
> > but,
> > when I request one html, sometimes response will only be a picture in
html
> > that i want to load
> > then i reload it , i see the html but some picture in html dispear.
> > is this because that i use relative pathname of the picture ?
> >
>
> No, it is not related.
>
> Well, can you give a piece of information about your test servers and
> ktcpvs configuration?
>
> Regards,
>
> Wensong
>
> _______________________________________________
> LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
> Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
> or go to http://www.in-addr.de/mailman/listinfo/lvs-users
>
>
|