RE: thread comunicating with ServletContexts

2002-11-29 Thread Reynir Hübner
: 28. nóvember 2002 22:30 To: Tomcat Users List Subject: Re: thread comunicating with ServletContexts I have implemented Scheduler program that has a thread monitoring a database table for any new tasks that need to be run in the background. At the moment these tasks consist of just

thread comunicating with ServletContexts

2002-11-28 Thread Reynir Hübner
Hi, I have a slight problem I am starting up a thread when application starts with a ServletContextListener implementation. The purpouse of the thread is to monitor a directory that has few xml descriptor files in it. Attributes from the XML files are parsed into the ServletContext on

Re: thread comunicating with ServletContexts

2002-11-28 Thread Nathan Smith
: Reynir Hübner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 29, 2002 10:19 AM Subject: thread comunicating with ServletContexts Hi, I have a slight problem I am starting up a thread when application starts with a ServletContextListener implementation. The purpouse of the thread