You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Edara, Indira" <ie...@vignette.com> on 2001/04/05 17:47:06 UTC

tomcat and SSI

I am using tomcat version 3.1.1, with IIS isapi_redirect.dll plugin.
When I include SSI, in .jsp page, it is not getting evaluated.

I have a file Source1.jsp with text in it
<!--#include virtual="/examples/jsp/new.jsp" -->,
new.jsp has new in its body.

When I request Source1.jsp, I am not seeing new.jsp text in it.
I didn't make any modifications to tomcat properties, I checked plugin, it
is working.
I am not supposed to use @include.

Can somebody help me with this?
Thank you