JDK DNS cache (was Re: crontab problems)

2003-02-26 Thread Michael Micek
On Wed, Feb 26, 2003 at 06:57:11AM -0500, Tim Funk wrote: Ron Day wrote: Do you know which class cache the negative response Its a JDK issue. (IIRC) Successful (and unsucessful?) DNS lookups are cached forever during the life of the JVM. The web application developer I'm

RE: JDK DNS cache (was Re: crontab problems)

2003-02-26 Thread Ron Day
I do not understand this question at all ? jsp has page scope, session has session scope ??? -Original Message- From: Michael Micek [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 12:54 PM To: Tomcat Users List Subject: JDK DNS cache (was Re: crontab problems) On Wed, Feb

Re: JDK DNS cache (was Re: crontab problems)

2003-02-26 Thread Will Hartung
From: Michael Micek [EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 10:54 AM Subject: JDK DNS cache (was Re: crontab problems) The web application developer I'm supporting has instructed me to ask: Would this be true if the jsp or session didn't have application scope? If it isn't