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
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).
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