Re: tomcat caching issue

2005-09-30 Thread Tim Funk
Based on everything written so far - there is no evidence tomcat would be chaching anything. I'd suggest placing as much debug code in your code as possible via a logging pacakge such as log4j/commons-logging so the log information can be turned on via configuration directives. -Tim

tomcat caching issue

2005-09-29 Thread Santosh Asbe
Hi All, I need your help for this problem very urgently. I have tomcat 4.1.30 on Linux. It servers as a web server and contains only JSP Servlets. We make a remote call to Websphere Application Server ( on AIX) using corbaloc like 'corbaloc::ip1:2809:ip2:2809'. Now when i one of my App server

Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Asfand Qazi
Hi, Basically here's my problem: I make a jsp page that works correctly. OK. Then, I make a fault in it that shows a compile error page - also fine. The problem is, when I reload it a second time, Tomcat serves me the old compiled JSP scriptlet, instead of giving me the compile error message

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Jason Bainbridge
On Wed, 16 Mar 2005 14:45:07 + (GMT), Asfand Qazi [EMAIL PROTECTED] wrote: Hi, Basically here's my problem: I make a jsp page that works correctly. OK. Then, I make a fault in it that shows a compile error page - also fine. The problem is, when I reload it a second time, Tomcat

RE: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Caldarale, Charles R
From: Asfand Qazi [mailto:[EMAIL PROTECTED] Subject: Problem with Tomcat caching old pages that it shouldn't The problem is, when I reload it a second time, Tomcat serves me the old compiled JSP scriptlet, instead of giving me the compile error message again! Please include the exact

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Asfand Qazi
Try adding: init-param param-namemodificationTestInterval/param-name param-value0/param-value /init-param to your definition of the JSP servlet in %TOMCAT_HOM#%\conf\web.xml By default it is 4 seconds but I'm not sure why the compile would fail once and

RE: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Asfand Qazi
Please include the exact Tomcat level in problem descriptions, so people will have some idea of which documentation pages to tell you to read. 5.7 Here's some to look at that may have some bearing on the issue, and specific parameters on each:

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Asfand Qazi
--- Asfand Qazi [EMAIL PROTECTED] wrote: Try adding: init-param param-namemodificationTestInterval/param-name param-value0/param-value /init-param to your definition of the JSP servlet in %TOMCAT_HOM#%\conf\web.xml By default it is 4 seconds

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Hassan Schroeder
Asfand Qazi wrote: Basically here's my problem: I make a jsp page that works correctly. OK. Then, I make a fault in it that shows a compile error page - also fine. The problem is, when I reload it a second time, Tomcat serves me the old compiled JSP scriptlet, instead of giving me the compile

RE: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Ramu, Vinod
To: Tomcat Users List Subject: Re: Problem with Tomcat caching old pages that it shouldn't Asfand Qazi wrote: Basically here's my problem: I make a jsp page that works correctly. OK. Then, I make a fault in it that shows a compile error page - also fine. The problem is, when I reload

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Asfand Qazi
--- Hassan Schroeder [EMAIL PROTECTED] wrote: Asfand Qazi wrote: Basically here's my problem: I make a jsp page that works correctly. OK. Then, I make a fault in it that shows a compile error page - also fine. The problem is, when I reload it a second time, Tomcat serves me the

tomcat caching servlet conf directory?

2005-03-07 Thread William Norris
I am working on writing some junit tests for a project and am running into some rather odd behavior... it seems that tomcat is caching the servlets configuration data somewhere between tests. Here's what I'm doing... Presently I have one TestCase class with two methods, let's call them testA()

Re: tomcat caching servlet conf directory?

2005-03-07 Thread Will Norris
okay... so disregard this. It turns out the servlet was parsing the configuration document into a static variable that was not being reset between tests. All is well with the world again. - To unsubscribe, e-mail: [EMAIL

tomcat caching problem

2005-01-28 Thread [EMAIL PROTECTED]
Hi all I geerate in a Struts Action servlet a file that I want to open directly in a new browser. I give tomcat the right url and the file is properly generated. But tomcat does not see it. after shoutdown and restart Tomcat start to see the file.That's for sure not what I want. Actually I've

tomcat caching problem

2005-01-28 Thread [EMAIL PROTECTED]
Hi all I geerate in a Struts Action servlet a file that I want to open directly in a new browser. I give tomcat the right url and the file is properly generated. But tomcat does not see it. after shoutdown and restart Tomcat start to see the file.That's for sure not what I want. Actually I've

RE: Tomcat Caching

2003-11-11 Thread Adam Dear
://mydomain.com:port#/servlet/File Will this make a difference with what I am trying to do? Thanks -Original Message- From: Schalk [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 12:47 AM To: 'Tomcat Users List' Subject: RE: Tomcat Caching Adam In the Tomcat confide directory

RE: Tomcat Caching

2003-11-11 Thread Schalk
the original email. Thank you. :: -Original Message- :: From: Adam Dear [mailto:[EMAIL PROTECTED] :: Sent: Saturday, October 11, 2003 8:35 AM :: To: Tomcat Users List :: Subject: RE: Tomcat Caching :: :: Schalk, :: :: I added the following line to the server.xml file and restarted tomcat

RE: Tomcat Caching

2003-11-11 Thread Adam Dear
I am using the servlet invoker. The actual director is tomcat/webapps/ROOT/WEB-INF/classes/. -Original Message- From: Schalk [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 1:43 AM To: 'Tomcat Users List' Subject: RE: Tomcat Caching Is your application directory within

Re: Tomcat Caching

2003-11-11 Thread Kwok Peng Tuck
12:47 AM To: 'Tomcat Users List' Subject: RE: Tomcat Caching Adam In the Tomcat confide directory, there is a file called server.xml. Inside here you can create a Context-Path and set reloadable=true. Example: Context path=/meccafemme docBase=meccafemme debug=0 reloadable=true / Kind Regards Schalk

RE: Tomcat Caching

2003-11-11 Thread Schalk
List :: Subject: RE: Tomcat Caching :: :: I am using the servlet invoker. The actual director is :: tomcat/webapps/ROOT/WEB-INF/classes/. :: :: -Original Message- :: From: Schalk [mailto:[EMAIL PROTECTED] :: Sent: Tuesday, November 11, 2003 1:43 AM :: To: 'Tomcat Users List' :: Subject: RE

Tomcat Caching

2003-11-10 Thread Adam Dear
hello, I have just started using Tomcat to host my java servlets. I want to know if there is anyway to turn off the caching for development purposes. As it is now, when I make change to a servlet, I have to restart the tomcat server for the changes to take effect. While this isn't hard, it is a

RE: Tomcat Caching

2003-11-10 Thread Schalk
:: To: tomcat :: Subject: Tomcat Caching :: :: hello, I have just started using Tomcat to host my java servlets. I want to :: know if there is anyway to turn off the caching for development purposes. :: As it is now, when I make change to a servlet, I have to restart the tomcat :: server for the changes

tomcat caching jsp to working directory (not /work)

2003-10-24 Thread Euan Guttridge
When I start tomcat as root using /etc/init.d/tomcat start, which in turn starts $CATALINA_HOME/bin/startup.sh as tomcat, tomcat attempts to cache all jsps to the directory from which I ran /etc/init.d/tomcat start.. I can force jsps to cache to $CATALINA_HOME/work/... by setting SCRATCHDIR in

RE: tomcat caching jsp to working directory (not /work)

2003-10-24 Thread Yansheng Lin
What happens if you start tomcat using $CATALINA_HOME/bin/startup.sh instead? I think that should point tomcat to the right work directory. -Original Message- From: Euan Guttridge [mailto:[EMAIL PROTECTED] Sent: October 24, 2003 4:57 AM To: '[EMAIL PROTECTED]' Subject: tomcat caching

RE: tomcat caching jsp to working directory (not /work)

2003-10-24 Thread Euan Guttridge
To: '[EMAIL PROTECTED]' Subject: tomcat caching jsp to working directory (not /work) When I start tomcat as root using /etc/init.d/tomcat start, which in turn starts $CATALINA_HOME/bin/startup.sh as tomcat, tomcat attempts to cache all jsps to the directory from which I ran /etc/init.d/tomcat start

RE: tomcat caching jsp to working directory (not /work)

2003-10-24 Thread Yansheng Lin
='cd $CATALINA_HOME/bin; ./startup.sh; cd -;' alias stopTomcat=' $CATALINA_HOME/bin/shutdown.sh' -Yan -Original Message- From: Euan Guttridge [mailto:[EMAIL PROTECTED] Sent: October 24, 2003 11:05 AM To: 'Tomcat Users List' Subject: RE: tomcat caching jsp to working directory

AW: Tomcat Caching Files?

2003-03-13 Thread Gerlinde Fischer
: Tomcat Caching Files? Hi All, I changed a html file and noticed I am still getting the old html file intermittantly. I restarted Tomcat (4.1.18) and still have the older html pop up intermittantly. I deleted my content from the browser (i.e. 5.5) and even restarted my client machine where I

Tomcat Caching Files?

2003-03-12 Thread Anecito, Anthony (HQP)
Hi All, I changed a html file and noticed I am still getting the old html file intermittantly. I restarted Tomcat (4.1.18) and still have the older html pop up intermittantly. I deleted my content from the browser (i.e. 5.5) and even restarted my client machine where I was viewing the html

Tomcat Caching after uploading new files

2002-07-23 Thread Steve
Hi Everyone, I am desperately stuck with a problem and the developers are ripping me apart for it :) The issue is that Tomcat seems to keep a cache of all the of the .java files which have been previously executed in the c:\tomcat4\work\localhost\ directory. So everytime a change is made I have

RE: Tomcat Caching after uploading new files

2002-07-23 Thread Durham David Cntr 805CSS/SCBE
Executing .java files?? Do you have reloadable=true in the Context / element for the app? -Original Message- From: Steve [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 1:26 PM To: [EMAIL PROTECTED] Subject: Tomcat Caching after uploading new files Hi Everyone, I am

IIS - Tomcat Caching problems

2001-08-20 Thread Georges Boutros
hi, it seems like tomcat-IIS does some caching (not client side). even if i have in my headers the no-cache specifications, the server seems to display the page from the cache. does anyone have any idea how to bypass this problem. i wan't the server to always check for new pages but without

RE: Tomcat Caching problem

2000-11-07 Thread Ian Guthrie
][ Ezenet Inc. ] [ http://www.ezenet.com ][ mailto:[EMAIL PROTECTED] ] -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: November 07, 2000 12:27 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat Caching problem "Sunny L.S.Chan" wrote: Hi all, d