Re: tomcat cache database server IP forever

2016-06-16 Thread Niranjan Babu Bommu
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

Re: tomcat cache database server IP forever

2016-06-14 Thread Christopher Schultz
-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

Re: tomcat cache database server IP forever

2016-06-14 Thread Niranjan Babu Bommu
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

Re: tomcat cache database server IP forever

2016-06-14 Thread Mark Thomas
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

Re: tomcat cache wierd behaviour

2008-04-09 Thread loredana loredana
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

Re: tomcat cache wierd behaviour

2008-04-09 Thread loredana loredana
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

Re: tomcat cache wierd behaviour

2008-04-08 Thread David Smith
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

Re: tomcat cache wierd behaviour

2008-04-08 Thread Christopher Schultz
-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

Re: tomcat cache wierd behaviour

2008-04-08 Thread Greg Vilardi
<[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

Re: tomcat cache wierd behaviour

2008-04-08 Thread Hassan Schroeder
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

Re: tomcat cache wierd behaviour

2008-04-08 Thread David Smith
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

Re: tomcat cache wierd behaviour

2008-04-08 Thread loredana loredana
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

Re: tomcat cache wierd behaviour

2008-04-08 Thread Hassan Schroeder
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

Re: tomcat cache wierd behaviour

2008-04-08 Thread loredana loredana
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

Re: tomcat cache wierd behaviour

2008-04-08 Thread William Bonnet
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

RE: Tomcat cache problem?

2007-01-05 Thread Per Johnsson
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

Re: Tomcat cache problem?

2007-01-04 Thread Leon Rosenberg
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

Re: Tomcat cache problem?

2007-01-04 Thread markx3
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

Re: Tomcat cache problem?

2007-01-04 Thread markx3
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

Re: Tomcat cache problem?

2007-01-02 Thread Leon Rosenberg
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

Re: Tomcat cache problem?

2007-01-02 Thread david.delbecq
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

Re: Tomcat cache

2006-04-20 Thread Mark Thomas
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

RE: Tomcat cache

2006-04-20 Thread Caldarale, Charles R
> 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