You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ma...@swisscom.com on 2002/12/04 13:07:22 UTC

JSP with cocoon

I use an external project using JSP pages, is it possible to integrate
jsp pages into cocoon? How? Thank you!

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: JSP with cocoon

Posted by Dirk Reiss <d....@tu-bs.de>.
Hi, 

try jsp-reader... just declare something like

<map:match pattern="jspstuff/*">
        <map:read type="jsp" mime-type="text/html" src="/some/path/{1}"/>
</map:match>

and call jsps over that pipeline...

Dirk

> I use an external project using JSP pages, is it possible to integrate
> jsp pages into cocoon? How? Thank you!
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <co...@xml.apache.org>
> For additional commands, e-mail:   <co...@xml.apache.org>



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>