call the servlet, but instead use local
cache/browser cache since it is still fresh...
--- On Thu, 6/18/09, Pid wrote:
From: Pid
Subject: Re: object serializable and caching???
To: "Tomcat Users List"
Date: Thursday, June 18, 2009, 8:53 AM
Paul M wrote:
> I have a "
I have a "web service" that writes the following out from a servlet.
ObjectOutputStream outToCaller;
response.setContentType("application/octet-stream");
response.setHeader("Cache-Control","public");
response.setHeader("Cache-Control","max-age=10");
Hi
I want a parameter such as the following:
to have different values on different tomcat servers. Say 3 applications on 2
different tomcat boxes, all of which will use element companyName. However,
companyName will be different on the two boxes.
I thought of putting this in the context.xm