> I deploy the cocoon servlet as part of a j2ee application
> which uses other servlets as well. So, I don't have the /
> mapped to cocoon (just *.xsp and *.xml). How can I access
> Cocoons status page normally accessed with /cocoon/status
just change the status pipe so it match something that end with .xml :
<map:match pattern="status.xml">
<map:generate src="status" type="status"/>
<map:transform src="welcome/status2html.xsl"/>
<map:serialize/>
</map:match>
then you acces status.xml instead of status.
fabien.
>
> Thanks,
>
> Artur...
>
>
>---------------------------------------------------------------------
>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: <[EMAIL PROTECTED]>
>For additional commands, e-mail: <[EMAIL PROTECTED]>
>
---------------------------------------------------------------------
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>