Hi,

I am using a property file which contains some parameters, my JSP is
reading everytime whenever its called (GET).  For the first time its
loading perfectly, now if I change the values in property file, still my
JSP is having old value, its uanble to refresh the values from Property
file.

I have disable page catching with following Header setting:
       response.setHeader("Pragma", "no-cache" );
       response.setHeader("Cache-Control", "no-cache" );
       response.setHeader("Cache-Control", "no-store" );
       response.setDateHeader("Expires", 0 );

For testing purpose, I am incrementing counter variable and its
incrementing which shows that JSP is called.

Any ideas?

Thanks in advance.

Sushil

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to