Hello Again:

Li shares the same thought as mine. Well here's what is the scenario.We take
the SSN and query the database so as to generate a huge report.Now sometimes
even if we change the SSN it will print the report pertaining to the
previous report.This problem persists even after adding all those meta tags
(which have been tried in many different ways ).This could be that the
WebServer is caching the JSP pages.But, interesting thing is that if we
change the JSP we needn't restart the WebServer since it recompiles the JSP
into a Servlet, it still throws a the same old page with new SSN being
substituted for the old one and rest of the content being the same.Many a
times if the record  doesn't exist it shows the previous values instead og
throwing the exception.To avoid all these, we got to restart the Server.This
I think cannot be solution if we are deploying these in an enterprise. Any
Suggestions !!!

I Thank all those who have responded earlier.

regards

Mohan

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to