You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by m....@etech-uk.com on 2002/05/23 15:00:57 UTC

"Avoiding" cocoon servlet in web.xml?


Currently my web.xml file assigns all URLs (*) to cocoon, as I do not use the
usual *.xml format but rather send any request (e.g. http://my-domain/my-file
maps to    http://my-domain/docs/my-file.xml). This works fine - however, I want
to be able to set up a mapping in web.xml specifically to AVOID cocoon so that I
can route all my static .html files and .php files elsewhere. Any suggestions?

Martin Crozier
Unitech Open Systems



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

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


Re: "Avoiding" cocoon servlet in web.xml?

Posted by Paul Gilligan <pd...@oyap.net>.
I am using apache proxy to run my cocoon request to cocoon, i.e from 
/cocoon.

so

http://www.oyap.net/extra/index.html

is statis,,,, but

http://www.oyap.net/cocoon/oyap/...

is dynamic XML


m.crozier@etech-uk.com wrote:


>
>Currently my web.xml file assigns all URLs (*) to cocoon, as I do not use the
>usual *.xml format but rather send any request (e.g. http://my-domain/my-file
>maps to    http://my-domain/docs/my-file.xml). This works fine - however, I want
>to be able to set up a mapping in web.xml specifically to AVOID cocoon so that I
>can route all my static .html files and .php files elsewhere. Any suggestions?
>
>Martin Crozier
>Unitech Open Systems
>
>
>
>---------------------------------------------------------------------
>Please check that your question has not already been answered in the
>FAQ before posting. <http://xml.apache.org/cocoon/faqs.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/faqs.html>

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