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?!!? regrards

Does tomcat cache compiled JSPs?

2005-01-13 Thread Matt Bathje
be used. So - I 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 jsp:include page=xxx.jsp / make a difference? - Is there a way to use the running jsp compiler instead

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 jsp:include page=xxx.jsp / make a difference? try %@ include file=xxx.jsp % __ Do you Yahoo!? Yahoo! Mail - Find what you

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 jsp:include page=xxx.jsp / make a difference? try %@ include file=xxx.jsp % This would not be an ideal situation as the path to include is dynamically calculated -

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 jsp:include page=xxx.jsp / make a difference? try %@ include file=xxx.jsp % This would not be

Re: Does tomcat cache compiled JSPs?

2005-01-13 Thread Matt Bathje
is the jsp doing the %@ include being jsp:include-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

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

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

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 class are,

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

ProxyDirContext -tomcat cache question!

2002-10-03 Thread Sankaranarayanan (Ganesh) Ganapathy
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 find any mechanism to control the cache. The cache seems to grow

Re: Help ~ Tomcat cache problem

2001-09-14 Thread Stadie
. Context path=/examples docBase=webapps/examples debug=0 reloadable=true /Context 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

RE: Help ~ Tomcat cache problem

2001-09-14 Thread Kan, Yu-Ting
: 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 ContextManager /ContextManager ? Dear Kenny, Check if reloadable

Re: Help ~ Tomcat cache problem

2001-09-14 Thread Kenny Ma
] 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 after I make change of my Servlet program ? Is it tomcat cache the program ? If so

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

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

Re: Help ~ Tomcat cache problem

2001-09-13 Thread asheesh
, 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 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

Re: Help ~ Tomcat cache problem

2001-09-13 Thread Kenny Ma
- Original Message - 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 after I make change of my Servlet

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 Icall to "abc.jsp" this is really loaded in cache, my .jsp is'ntreloaded again. I want the JSPs to be reloaded eachtime 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 configuration's

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? regards ZIAD

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 , *.class TOMCAT has generated for my jsp file. Did anyone

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 zys, Saturday, November 2

RE: Tomcat Cache

2000-11-26 Thread Saurabh Shukla
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 modification is not taken by TOMCAT eventhough I z shutdown restart it and

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