Hi everyone,

I wondering if it is possible for me to send the result of a JSP 1.1 page
(i.e. the html that is sent to the client) to a servlet for additional
processing with Servlet API 2.2 & Tomcat 3.0.

In his book "Java Servlet Programming" (Servlet API 2.0 & JSP 0.91),  Jason
Hunter has an example where by editing a properties file of the web server
he specifies that all content of a specific type be handled by a servlet (it
removes all blink tags from anything with content type text/html being
served to the client, whether static or dynamically generated).

Specifically, for pages that have dynamic content that changes only once in
a very long while, I'd like to generate static html pages that are stored on
the server using JSP to create the content and a servlet to write the
results to a file. Does anybody know if this is possible?

Thanks,
Scott

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to