disabling tomcat cache

2005-02-02 Thread [EMAIL PROTECTED]
Anyone knows how to desable tomcat cache .It' s a serious problem for file generated on-fly. Tomcat does not see an automatically generated file in a normal webapps. I means sometimes it appears ...sometimes not. Has to exists something for avoid that Or not? Help I'm desperate?!!

Re: Does tomcat cache compiled JSPs?

2005-01-13 Thread Matt Bathje
is the jsp doing the <%@ include> being -ed itself into another jsp? It isn't being included, but it is being called as part of a struts/tiles definition. also, are you using tomcat 5? if you are i believe you can use EL to do something like: <%@ include file="${your_object.dynamic_file_name}" %

Re: Does tomcat cache compiled JSPs?

2005-01-13 Thread Woodchuck
--- Matt Bathje <[EMAIL PROTECTED]> wrote: > Woodchuck wrote: > > --- Matt Bathje <[EMAIL PROTECTED]> wrote: > > > > > > > >>- Does that fact that the newly-compiled file is always called from > a > >> > >> make a difference? > > > > > > try <%@ include file="xxx.jsp" %> > > > > > > This

Re: Does tomcat cache compiled JSPs?

2005-01-13 Thread Matt Bathje
Woodchuck wrote: --- Matt Bathje <[EMAIL PROTECTED]> wrote: - Does that fact that the newly-compiled file is always called from a make a difference? try <%@ include file="xxx.jsp" %> This would not be an ideal situation as the path to include is dynamically calculated - but in any case, I trie

Re: Does tomcat cache compiled JSPs?

2005-01-13 Thread Woodchuck
--- Matt Bathje <[EMAIL PROTECTED]> wrote: > - Does that fact that the newly-compiled file is always called from a > > make a difference? try <%@ include file="xxx.jsp" %> __ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhan

Does tomcat cache compiled JSPs?

2005-01-13 Thread Matt Bathje
guess the questions I have are: - Does tomcat cache the compiled JSPs somewhere? - If so, how to reload that cache? - Does that fact that the newly-compiled file is always called from a make a difference? - Is there a way to use the "running" jsp compiler instead of using the JspC an

RE: tomcat cache problem

2003-12-26 Thread Lam Chee Choong
[mailto:[EMAIL PROTECTED] Sent: 26 December 2003 8:48 PM To: [EMAIL PROTECTED] Subject: tomcat cache problem Hi, I am new in the list, I tried to make a search on the subject in the previous mails of the list, however I could not find where to do it. So, apologies if the problem is addressed before. I

tomcat cache problem

2003-12-26 Thread Baºak
Hi, I am new in the list, I tried to make a search on the subject in the previous mails of the list, however I could not find where to do it. So, apologies if the problem is addressed before. I have a cahce problem in the following working environment: redhat linux 9.0 jakarta tomcat 4.1.27

how to delete tomcat cache

2003-02-07 Thread x x
--- x x <[EMAIL PROTECTED]> wrote: > Hi: > I have a TOMCAT 4.1.8 running in a linux > Mandrake,its work fine,but when i make any changes, > ex: i change something in ma java beans, and i try > again the server show me the page without any > changes, > or if i delete the directory where my clas

ProxyDirContext -tomcat cache question!

2002-10-04 Thread Sankaranarayanan (Ganesh) Ganapathy
application cache in memory, provided they are less than 32k. I have a reporting application that generates images all the time (pie charts, bar charts). I see that these keep getting loaded in to the tomcat cache but never unloaded. From looking at the tomcat proxydircontext code, I cant seem to

ProxyDirContext -tomcat cache question!

2002-10-03 Thread Sankaranarayanan (Ganesh) Ganapathy
reporting application that generates images all the time (pie charts, bar charts). I see that these keep getting loaded in to the tomcat cache but never unloaded. From looking at the tomcat proxydircontext code, I cant seem to find any mechanism to control the cache. The cache seems to grow

RE: Help ~ Tomcat cache problem

2001-09-14 Thread Andy Bailey
-Original Message- From: Kenny Ma [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 12:51 PM To: [EMAIL PROTECTED] Subject: Re: Help ~ Tomcat cache problem I cant solve ~~ Anyone can solve this problem seems this is a big problem to many people Here is an excerpt from a

Re: Help ~ Tomcat cache problem

2001-09-14 Thread Kenny Ma
> > > > > > cheers > > > asheesh > > > > > > - Original Message - > > > From: Kenny Ma <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Friday, September 14, 2001 9:38 AM > > > Subject: Help ~

RE: Help ~ Tomcat cache problem

2001-09-14 Thread Kan, Yu-Ting
IL PROTECTED] > Subject: Re: Help ~ Tomcat cache problem > > Deaar Kenny, > could you solve the problem. If yes, please tell me how! > Peter > > > Ok, thanks > > i try to add this into server.xml > > > > is it add between > > >

Re: Help ~ Tomcat cache problem

2001-09-14 Thread Stadie
le is true for ur application in Server.xml file. > > > > > reloadable="true" > > > > > > > cheers > > asheesh > > > > - Original Message - > > From: Kenny Ma <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]&g

Re: Help ~ Tomcat cache problem

2001-09-13 Thread Kenny Ma
From: Kenny Ma <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, September 14, 2001 9:38 AM > Subject: Help ~ Tomcat cache problem > > > Hi, > > I am using Tomcat + Apache > > > > Why I always need to restart tomcat to get my latest result af

Re: Help ~ Tomcat cache problem

2001-09-13 Thread asheesh
Dear Kenny, Check if reloadable is true for ur application in Server.xml file. cheers asheesh - Original Message - From: Kenny Ma <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 14, 2001 9:38 AM Subject: Help ~ Tomcat cache problem > Hi, >

Help ~ Tomcat cache problem

2001-09-13 Thread Kenny Ma
Hi, I am using Tomcat + Apache Why I always need to restart tomcat to get my latest result after I make change of my Servlet program ? Is it tomcat cache the program ? If so, how can I turn the cache off ? It never happened when i use Jserv+Apache before. Thanks /* Kenny Ma [EMAIL

Tomcat cache

2001-07-19 Thread Laroche Eric
I d like to know if it is possible to configure the way tomcat cache works. In jrun, cache files are placed inside folders, but in tomcat, they are outside.

tomcat-cache

2001-06-21 Thread Julio Cesar Perez Jerez
Hi all,   My problem is that when I call to "abc.jsp" this is really loaded in cache, my .jsp is'nt reloaded again. I want the JSPs to be reloaded each time this is called.   I am using.   - TomCat 3.2.1 - MS IIS 4.0       How can I manage zero cache in my application ? what is the config

Re: Tomcat & Cache

2000-11-27 Thread Miles Daffin
Subject: Re: Tomcat & Cache > > --- zys <[EMAIL PROTECTED]> wrote: > > I am trying a jsp file, however if I change in the > > jsp file > > this modification is not taken by TOMCAT eventhough > > I > > shutdown & restart it and delete all *.java

Re: Tomcat & Cache

2000-11-27 Thread Drasko Kokic
--- zys <[EMAIL PROTECTED]> wrote: > I am trying a jsp file, however if I change in the > jsp file > this modification is not taken by TOMCAT eventhough > I > shutdown & restart it and delete all *.java , > *.class TOMCAT > has generated for my jsp file. > > Did anyone faced such problem? > > r

RE: Tomcat & Cache

2000-11-26 Thread Saurabh Shukla
t;[EMAIL PROTECTED]> To: zys <[EMAIL PROTECTED]> Sent: Saturday, November 25, 2000 3:29 PM Subject: Re: Tomcat & Cache > Hello zys, > > Saturday, November 25, 2000, 9:07:00 PM, you wrote: > > z> I am trying a jsp file, however if I change in the jsp file > z> this

Re: Tomcat & Cache

2000-11-26 Thread Julio Serje (@canada.com)
ow it may sounds stupid) make sure your browser is not caching the response. (hit reload..) Julio - Original Message - From: Serg Velikanov <[EMAIL PROTECTED]> To: zys <[EMAIL PROTECTED]> Sent: Saturday, November 25, 2000 3:29 PM Subject: Re: Tomcat & Cache > Hello z

Re: Tomcat & Cache

2000-11-25 Thread Serg Velikanov
Hello zys, Saturday, November 25, 2000, 9:07:00 PM, you wrote: z> I am trying a jsp file, however if I change in the jsp file z> this modification is not taken by TOMCAT eventhough I z> shutdown & restart it and delete all *.java , *.class TOMCAT z> has generated for my jsp file. z> Did anyone

Tomcat & Cache

2000-11-25 Thread zys
I am trying a jsp file, however if I change in the jsp file this modification is not taken by TOMCAT eventhough I shutdown & restart it and delete all *.java , *.class TOMCAT has generated for my jsp file. Did anyone faced such problem? regards ZIAD