Re: IE caching problem-

2012-05-14 Thread Pid
On 14/05/2012 02:37, Martin Gainty wrote: > > i plan to run the windows IE code in Solaris thru WINE Eh?! How will that help? p > thanks again, > Martin > > > > >> From: mgai...@hotmail.com >> To: users@tomcat.apache.org >> Subject: RE: IE cac

Re: IE caching problem-

2012-05-14 Thread André Warnier
chris derham wrote: never had this problem when i deployed to SolarisI'll try again tommorrow when i have a REAL Operating System to deploy my webapp So you have a web app, serving up web pages, that are being cached in a browser. The browser is not refreshing, for reasons unknown. You say

Re: IE caching problem-

2012-05-13 Thread Hassan Schroeder
On Sun, May 13, 2012 at 6:21 PM, Martin Gainty wrote: > > isolating the code from the browser is the logical first step Wouldn't it be easier to just use wget or curl or even telnet to fetch the page independently of *any* browser to see what's being sent? -- Hassan Schroeder --

RE: IE caching problem-

2012-05-13 Thread Martin Gainty
i plan to run the windows IE code in Solaris thru WINE thanks again, Martin > From: mgai...@hotmail.com > To: users@tomcat.apache.org > Subject: RE: IE caching problem- > Date: Sun, 13 May 2012 21:21:11 -0400 > > > isolating the code from the browser is the logical f

RE: IE caching problem-

2012-05-13 Thread Martin Gainty
from IE to FF will further isolate and determine any 'tricks' that IE is playing ..without access to hidden folders and unknown registry settings the IE caching problem can finally be determined Many Thanks for your thoughtful respon

Re: IE caching problem-

2012-05-13 Thread chris derham
> > never had this problem when i deployed to SolarisI'll try again > tommorrow when i have a REAL Operating System to deploy my webapp > So you have a web app, serving up web pages, that are being cached in a browser. The browser is not refreshing, for reasons unknown. You say that the clock

RE: IE caching problem-

2012-05-13 Thread Martin Gainty
ponsabilité pour le contenu fourni. > Date: Sun, 13 May 2012 18:21:16 +0100 > From: p...@pidster.com > To: users@tomcat.apache.org > Subject: Re: IE caching problem- > > On 13/05/2012 15:37, Martin Gainty wrote: > > > > > > > >> Date: Sun, 13 Ma

Re: IE caching problem-

2012-05-13 Thread Pid
On 13/05/2012 15:37, Martin Gainty wrote: > > > >> Date: Sun, 13 May 2012 18:13:02 +0400 >> Subject: Re: IE caching problem- >> From: knst.koli...@gmail.com >> To: users@tomcat.apache.org >> >> 2012/5/13 Martin Gainty : >>> >>> &#

RE: IE caching problem-

2012-05-13 Thread Martin Gainty
> Date: Sun, 13 May 2012 18:13:02 +0400 > Subject: Re: IE caching problem- > From: knst.koli...@gmail.com > To: users@tomcat.apache.org > > 2012/5/13 Martin Gainty : > > > > 'Morning All > > > > I seem to be plagued by a IE caching problem whe

Re: IE caching problem-

2012-05-13 Thread Konstantin Kolinko
2012/5/13 Martin Gainty : > > 'Morning All > > I seem to be plagued by a IE caching problem where loading my index.jsp > always returns the same old index.jsp > my workarounds thus far: > 1)Reload Webapp - TC still returns old index.jsp > 2)Stop Webapp Start

Re: IE caching problem-

2012-05-13 Thread Darryl Lewis
t; >I seem to be plagued by a IE caching problem where loading my index.jsp >always returns the same old index.jsp >my workarounds thus far: >1)Reload Webapp - TC still returns old index.jsp >2)Stop Webapp Start Webapp - TC still returns old index.jsp >3)delete webapps/WebAppName/

IE caching problem-

2012-05-13 Thread Martin Gainty
'Morning All I seem to be plagued by a IE caching problem where loading my index.jsp always returns the same old index.jsp my workarounds thus far: 1)Reload Webapp - TC still returns old index.jsp 2)Stop Webapp Start Webapp - TC still returns old index.jsp 3)delete webapps/WebAppName/inde

Re: Tomcat Caching Problem

2011-03-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jinal, On 3/29/2011 4:47 PM, Jinal Dhruv wrote: > I dont understand second option..Can U explain a bit more? Read the documentation reference I sent to you. Search for "reloadable". - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Ming

Re: Tomcat Caching Problem

2011-03-29 Thread sebb
List > Sent: Wednesday, 30 March 2011 2:07 AM > Subject: Re: Tomcat Caching Problem > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jinal, > > On 3/29/2011 4:01 PM, Jinal Dhruv wrote: >> I want Tomcat to stop catching my servlet responses and I cant understan

Re: Tomcat Caching Problem

2011-03-29 Thread Jinal Dhruv
I dont understand second option..Can U explain a bit more? From: Christopher Schultz To: Tomcat Users List Sent: Wednesday, 30 March 2011 2:07 AM Subject: Re: Tomcat Caching Problem -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jinal, On 3/29/2011 4:01 PM

Re: Tomcat Caching Problem

2011-03-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jinal, On 3/29/2011 4:01 PM, Jinal Dhruv wrote: > I want Tomcat to stop catching my servlet responses and I cant understand the > solution at > http://stackoverflow.com/questions/415520/how-do-i-make-tomcat-stop-caching-my-servlet-responses That's

Re: Caching Problem

2006-04-05 Thread David Kerber
Wednesday, April 05, 2006 1:16 PM To: users@tomcat.apache.org Subject: Caching Problem Importance: High hi, We are using 'cname' to connect to a server to use a java servelet. We are getting the following exception if we move the code to some other server and the functionality r

Re: Caching Problem

2006-04-05 Thread Antonio Petrelli
Pusukuri, Kishore_Kumar ha scritto: We are getting the following exception if we move the code to some other server and the functionality related to that code in our web application is not working. the exception: java.net.ConnectException: Connection refused I

Caching Problem

2006-04-05 Thread Pusukuri, Kishore_Kumar
Please see this problem. Thanks, Kishore. -Original Message- From: Pusukuri, Kishore_Kumar Sent: Wednesday, April 05, 2006 1:16 PM To: users@tomcat.apache.org Subject: Caching Problem Importance: High hi, We are using 'cname' to connect to a server to use a java servelet

Caching Problem

2006-04-05 Thread Pusukuri, Kishore_Kumar
hi, We are using 'cname' to connect to a server to use a java servelet. We are getting the following exception if we move the code to some other server and the functionality related to that code in our web application is not working. Please help me. If you want more information, please