On Wed, 16 May 2001, John Clark L. Naldoza wrote:
>
> javax.servlet.RequestDispatcher
> 
> public void include(ServletRequest request, ServletResponse response)
> throws ServletException, IOException
> 
> According to the DOCs this would be kinda like SSI's...;-)

This is actually how we've solved SSI <!--#include ... --> under Tomcat.
So if you use Tomcatstandalone and SSI it will actually do a
RequestDispatcher.include()

        ..bip


Reply via email to