Hello, I am using Tomcat 4.0.3. I have developed a servlet which receives a date value from a html form via the get method, i.e. the value is transmitted in the URL string. The servlet generates a html document from a xml source using XSLT. Since the data does not change very fequently and the XSLT procedure is time consuming, I wonder wether it is possible to cache the reply. When another client requests a document with the same date it shall receive the previously created document from the cache.
Does Tomcat already provide a caching mechanism or do I need to implement it myself ? Regards, Markus Markus Reith -Consultant for Object-Oriented Software Technology- (http://Talking-Objects.com) If you have received this e-mail in error or wish to read our e-mail disclaimer statement and monitoring policy, please refer to http://www.drkw.com/disc/email/ or contact the sender -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
