Hi!
You should try
response.setHeader("Cache-Control","public");
Regards,
Viktor
On Fri, 4 Feb 2005 07:56:20 -0700, Milazzo, Michael A HQISEC
<[EMAIL PROTECTED]> wrote:
> I tried both application/pdf and application/octet-stream.
>
> I ensured the checkbox mentioned in this thread was unche
Hi!
I guess the only way is this:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/resources.html
Regards,
Viktor
On Sun, 05 Sep 2004 09:14:41 +0200, Massimo Ferrari
<[EMAIL PROTECTED]> wrote:
> Hello,
> what is the best way (if there is one) to make Jasper Load JSP sources
> from a dat
Hi!
It seems that setting "Content-Length" header on response commits that
response (which shouldn't happen).
protected void doGet(HttpServletRequest request,
HttpServletResponse response) throws ServletException, IOException {
httpServletResponse.setIntHeader("Content-Length", 0);
Hi All!
I'm trying to use this feature
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/resources.html
in order to have my web. app inside custom medium, not in File System.
During the startup of the Tomcat I'm getting this exception.
I checked the implementation of TldConfig and it seems th