Hello,
        
In my jsp file, i am using a java class that reads a data file from the
disk and use that data for fulfilling subsequent user requests. Now
there is one other background process that can change the disk file data.
Now in the production environment where the application is running 24
hours, 7 days a week, how these changes will reflect in the object that
reads this data files at the starting of the server.

Is there any mechanism in Tomcat to notify the java class that file has been changed?

Regards

Ashish Mittal





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to