Re: RSS help

2006-11-21 Thread Edgar Alves
Send the Last-Modified HTTP header from your web application and check for a If-Modified-Since request header. If you detect that the client has a fresh version of the feed, respond with a 304 (Not Modified) code. -- Edgar Dave wrote: > Is there a way that NewsReader knows whether a page has be

Re: JK Sticky Session Handling with Load Balancing

2006-04-18 Thread Edgar Alves
And for each Tomcat instance, set the "jvmRoute" attribute of the Engine element in the respective server.xml configuration to the value that you used in the respective worker "domain" property above for each instance ("tomcat1" and "tomcat2" above).

Re: JK Sticky Session Handling with Load Balancing

2006-04-18 Thread Edgar Alves
ectors-doc/config/workers.html for more info. -- Edgar Alves Allistair Crossley wrote: > Hi, > > I have setup 2 Tomcats on the same machine fronted by IIS, and used a > sticky_session=1 JK (1.2.15) load-balanced setup (as printed at the foot > of this email) > > I setu