You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Max <ma...@hotmail.com> on 2002/09/20 21:44:52 UTC

Cache problem

Hi 

i think i have a newbee problem ...

i  use Tomcat 4.1.10, Apache 2 and mod_jk2

my browser put jsp file in its cache ...

a simple file test.jsp wich contains only :

<%= new java.util.Date() %><br>
<a href="test.jsp">retry</a>

every "retry" give the same date ...

what the mistake ?

tks