This is your browser caching the pages, not the server.
Either turn off cache:ing in your browser, or add something like the
following to your pages:
<% response.setHeader("Cache-Control","no-cache");%>There is also loads of meta-tags to use i your pages to prevent browser cache:ing. WR > -----Ursprungligt meddelande----- > Fran: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]For Curt Smith > Skickat: den 28 september 2001 05:18 > Till: Orion-Interest > Amne: Orion caches http responses and never hits the jsp?? > > > I had marveled at Orion's great JSP performance stats > vs WLS and others. > > While pulling my hair out debugging my MVC web tier (type 2) > I noticed that when my request was the same (same values on > a submit page) the jsp was never hit, where if I always changed > my form values it would proceed to hit my MVC controller component > and thus excersize my machinery. > > For static pages this is a wonderful feature. > > For debugging and dynamic content and scenarios this is either > agravating for debugging or plain wrong if my MVC will generate > different response for the same request dependant on context that > the Orion cache can't know about. > > How do I turn off this cache behavior? > > > Very nice J2EE container Orion! > > thanks, > > curt > > >
