Boszormenyi Laszlo wrote:

> Hello!
>
> How should I implement something like <.!--#exec cgi="..."--> in a jsp
> page?

Tomcat does not support server-side includes via "#exec cgi".  You can use such
commands in HTML pages if you run Tomcat behind a web server, but not in a JSP
page.

> So, I want to see the output of the servlet embedded in the jsp
> page.
>

If you want to embed the output of a servlet (or JSP page) in another page, you
can use <jsp:include>.

>
> Thanks, Laszlo

Craig McClanahan


Reply via email to