it is not the problem of the Tomcat. It is u r browser cache is doing that.
Please put 0 for cahe. it is going to help you man.
Regards.
Hari Yellina.
----- Original Message -----
From: Falk <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 08, 2001 9:34 PM
Subject: JSP Tomcat
> hello,
> i use a javabean within a jsp page on a tomcat3.2.1 server.
>
> <jsp:useBean class="oracle.jbo.html.databeans.ChartRenderer" id="bon"
> scope="request" >
>
> the bean retrieves data from a database. all fine so far.
> but tomcat caches the files so when i update the database and reload the
jsp
> page in the browser I receive old data.
> I have to restart tomcat in order to get the correct data.
> Also when I open another browser the data is correct.
> And I get "OutputStream already in use" Exception.
> anybody knows how to configure tomcat to get the correct data without
having
> to restart ??
>
> thanks a lot
> falk
>