Development Documents

2002-02-05 Thread Gunnar Wagenknecht
Hi! I'm thinking of a web application that processes JSP itself and returns only the HTML content of JSP pages back to the Client. I don't want to point the Client to Java Server Pages. Where can I find usefull documentation to evaluate such a functionality for Tomcat? Have you any suggestions

FW: PageCaching Feature

2002-02-05 Thread Gunnar Wagenknecht
-Original Message- From: Gunnar Wagenknecht Sent: Tuesday, February 05, 2002 8:43 PM To: 'Tomcat Developers List' Subject: RE: PageCaching Feature Hi! I'm sorry but OSCache is not that what I really need. I want to cache the full output of selected URLs not just JSP. Any Ideas? I

RE: PageCaching Feature

2002-02-05 Thread Gunnar Wagenknecht
://www.opensymphony.com/oscache/ , you may find it interesting. Greetings, deacon Marcus -Original Message- From: Gunnar Wagenknecht [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 03, 2002 2:46 PM To: [EMAIL PROTECTED] Subject: PageCaching Feature Hi! I'm wondering if it is possible

RE: Development Documents

2002-02-05 Thread Gunnar Wagenknecht
Hi! I plan to build a web application with a CentralEntryServlet. This Servlet invokes some actions which depends on the given PathInfo. The actions are very extensive and return a ready OutputStream which then is printed out to the Client. I want to use templates which are connected to

PageCaching Feature

2002-02-03 Thread Gunnar Wagenknecht
Hi! I'm wondering if it is possible to implement a page chaching mechanisme into the Tomcat Engine? Did anyone thought about this before? Where can I find suitable development documents to evalutate the implementation of such a functionality into the Tomcat Engine? I currently evaluating and

RE: PageCaching Feature

2002-02-03 Thread Gunnar Wagenknecht
-Original Message- From: Deacon Marcus [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 03, 2002 3:14 PM To: Tomcat Developers List Subject: RE: PageCaching Feature Hi, Check http://www.opensymphony.com/oscache/ , you may find it interesting. Greetings, deacon Marcus Hi! Thanks