hi list,

 i tried to place this into one of my JSP page that i want to disable
cache, cause i have an image that is created dynamically. the problem is
when i access my web server, the browser displays HTTP 404 error or File
not found.

<%
response.setHeader("Cache-Control","no-cache"); //HTTP 1.1
response.setHeader("Pragma","no-cache"); //HTTP 1.0
response.setDateHeader ("Expires", 0); //prevents caching at the proxy
server
%>


  has anyone have any idea on this? i use IE6.0 and my TOMCAT is
running on Solaris 8.0 machine.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to