Thanks Chris,
thanks for the lead on this, will test this scenario and update on this.
Thanks
Niranjan
On Tue, Jun 14, 2016 at 3:56 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Niranjan,
>
> On 6/14/16 10:06 AM, Niranjan Ba
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Niranjan,
On 6/14/16 10:06 AM, Niranjan Babu Bommu wrote:
> Thanks for your reply, here I'm attaching server.xml file in this
> email.
>
> actually we are running MHA for mysql where we can spin up new db
> server and add to the cluster or change
Hi Mark,
Thanks for your reply, here I'm attaching server.xml file in this email.
actually we are running MHA for mysql where we can spin up new db server
and add to the cluster or change the IP of db server without impacting
end user. our application is running on both tomcat and jboss we swi
On 13/06/2016 19:21, Niranjan Babu Bommu wrote:
> Hi All,
>
> I have an issue with tomcat dns cache ttl,
That simply is not possible. Tomcat doesn't cache DNS entries.
> where if I change the IP address
> of the database, tomcat still sending connection requests to an old IP
> until I restart to
oredana <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Wednesday, April 9, 2008 10:06:10 AM
Subject: Re: tomcat cache wierd behaviour
I still can't understand how winscp has any part in this. I don't copy
anything, I only use it to view the files. Tomcat automatically creates the
at 11:05. too wierd
- Original Message
From: David Smith <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Tuesday, April 8, 2008 10:49:35 PM
Subject: Re: tomcat cache wierd behaviour
Winscp isn't a command line tool -- it's one of those GUI enabled
transfer tools with t
Winscp isn't a command line tool -- it's one of those GUI enabled
transfer tools with the split panels. Think of something more along the
lines of Explorer or Norton Commander -- the two interfaces styles
available from winscp out of the box. By default it set's the date/time
of the recently
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
David,
David Smith wrote:
| I've seen some transfer clients (like winscp) default to setting the
| date/time on the remote copy the same as the local.
If 'winscp' acts anything like UNIX scp, then the default mode is to set
the modification time on
<[EMAIL PROTECTED]>
> To: Tomcat Users List
> Sent: Tuesday, April 8, 2008 5:33:44 PM
> Subject: Re: tomcat cache wierd behaviour
>
> On Tue, Apr 8, 2008 at 7:12 AM, loredana loredana
> <[EMAIL PROTECTED]> wrote:
>
> > I run a "date" command on th
On Tue, Apr 8, 2008 at 7:37 AM, loredana loredana
<[EMAIL PROTECTED]> wrote:
> winscp is a tool...like windows commander or total commander, . is just to
> view the files in an organized matter. :) i'm sure the problem is not winscp
> :)
Your original description of a "problem" refers only to wh
r, . is just to view
the files in an organized matter. :) i'm sure the problem is not winscp :)
- Original Message
From: Hassan Schroeder <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Tuesday, April 8, 2008 5:33:44 PM
Subject: Re: tomcat cache wierd behaviour
On Tue, Apr 8
PM
Subject: Re: tomcat cache wierd behaviour
On Tue, Apr 8, 2008 at 7:12 AM, loredana loredana
<[EMAIL PROTECTED]> wrote:
> I run a "date" command on the server (which is ubuntu) and got Tue Apr 8
> 15:50:01 CEST 2008
> Using winscp, I see ...
So it sounds like you
On Tue, Apr 8, 2008 at 7:12 AM, loredana loredana
<[EMAIL PROTECTED]> wrote:
> I run a "date" command on the server (which is ubuntu) and got Tue Apr 8
> 15:50:01 CEST 2008
> Using winscp, I see ...
So it sounds like your problem is with "winscp", whatever that is, not
Tomcat :-)Maybe thi
mcat Users List
Sent: Tuesday, April 8, 2008 3:43:12 PM
Subject: Re: tomcat cache wierd behaviour
Hi
> Hi, I have a wierd problem with tomcat cache. Let's say now time its
15:00.
> i create a test.jsp in the application folder. Using winscp, I see the
tab
> "Changed(last m
Hi
> Hi, I have a wierd problem with tomcat cache. Let's say now time its
15:00.
> i create a test.jsp in the application folder. Using winscp, I see the
tab
> "Changed(last modified)" 15:00. I access the jsp in the browser. In the
> "work" folder now will appear 2 new files: test.java and test.c
gfile, that way you really se if the jsp/servlet is executed.
/Per Jonsson
-Original Message-
From: Leon Rosenberg [mailto:[EMAIL PROTECTED]
Sent: den 5 januari 2007 01:01
To: Tomcat Users List
Subject: Re: Tomcat cache problem?
the caching behaviour of the modern browsers is really a r
the caching behaviour of the modern browsers is really a rocket
science. One of the way to try to control it is to put the according
meta-tags into your files:
Furthermore I'd suggest you add a unique timestemp
(System.currentTimeMillis()) to ea
Hello,
What do you mean by "and you probably should check the pragmas in the pages
(expire,
no-cache, etc). If they aren't present - you are screwed :-)"
Can you please give me more info on what to do?
Thank you!
Leon Rosenberg-3 wrote:
>
> and you probably should check the pragmas in the p
Hello,
We tried reloading the website in the managers section and we were still
able to duplicate the issue without restarting Tomcat. So do we think this
is an issue with the webpage itself?
david.delbecq wrote:
>
> To make it short, tomcat does no caching of servlet / jsp output. Your
> web
and you probably should check the pragmas in the pages (expire,
no-cache, etc). If they aren't present - you are screwed :-)
alternatively you could try to set your browser to get the page
explicitely each time you request it (works with ie, firefox is dumb
enough to ignore it, thinking it knows
To make it short, tomcat does no caching of servlet / jsp output. Your
webapp is at fault
All tomcat does is handle the 'if-modified-since' header when serving
static data (what is not served by a servlet or a jsp, mainly pictures,
static html, css). The fact it goes back well when you restart to
Jonathan Pare wrote:
> Hi guys, another question:
>
> is there some kind of cache in Tomcat that I have to manually clean up ?
> Here's what I did: I replaced the default index.jsp welcome page in
> webapps/root/ (the one that says the server is up and running...) with a page
> of my own who ac
> From: Jonathan Pare [mailto:[EMAIL PROTECTED]
> Subject: Tomcat cache
>
> Here's what I did: I replaced the default index.jsp welcome
> page in webapps/root/
I hope you used webapps/ROOT, not webapps/root.
> Then I wanted to put the default welcome page back but
> it's still my own page who
23 matches
Mail list logo