question on storing application level config information

2003-03-31 Thread Mark W. Webb
I have some config information that I set up for my servlets. This information is stored in serialized files. I will need my servlets to access this information in their normal processing. Is there some mechanism either in the servlet API or tomcat that will allow me to 'cache' this

RE: question on storing application level config information

2003-03-31 Thread Shapira, Yoav
: Monday, March 31, 2003 9:55 AM To: [EMAIL PROTECTED] Subject: question on storing application level config information I have some config information that I set up for my servlets. This information is stored in serialized files. I will need my servlets to access this information in their normal

Re: question on storing application level config information

2003-03-31 Thread Mark W. Webb
:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 9:55 AM To: [EMAIL PROTECTED] Subject: question on storing application level config information I have some config information that I set up for my servlets. This information is stored in serialized files. I will need my servlets to access