You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Csere Matyas BOFH <wa...@lancast.hu> on 2001/10/17 05:12:20 UTC

xml-s not getting parsed

Hia there!

i have to set up apace/tomcat/cocoon so that xmls would get parsed in the
dir /edu01 for example. i've tryed copying/modifying the configure part that
cocoon uses. [thoese xmls that are in the cocoon/ dir get parsed
correctly].

but they still wont parse. its not possible to make xml parsing from
another dir?

i've put:
Alias /edu01 "/opt/fejleszt/edu01"
<Directory "/opt/fejleszt/edu01">
    Options Indexes FollowSymLinks
</Directory>
 ApJServMount /edu01 /edu01
 AddType text/xml .xml
 AddHandler jserv-servlet .xml
<Location "/edu01/WEB-INF/">
    AllowOverride None
    deny from all
</Location>
<Location "/edu01/META-INF/">
    AllowOverride None
    deny from all
</Location>
in the apache confing.

and:
<Context path="/edu01" docBase="/opt/fejleszt/edu01" realoadable="true" debug="9" />
into tomcats' server.xml


any idea about that?



thanks,
warder
ps1: sorry if this inst the proper list to write to. =P
ps2: if you do answer, please cc it to this address too, becouse im not on
    the list


---------------------------------------------------------------------
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>