This sitemap snippet was working until very recently ...
<map:match pattern="zal/summary.html">
 <map:generate src="/var/www/html/zal/summary/summary-current.xml"/>
 <map:transform src="/var/www/html/zal/summary-html.xsl"/>
 <map:serialize type="html"/>
</map:match>

However with the current CVS HEAD it now fails,
because it now tries to find the documents below
the webapps/cocoon/ ...
------
Original exception : java.io.FileNotFoundException:
/usr/local/jakarta/jakarta-tomcat-4.0.1/webapps/cocoon/var/www/html/zal/summary-html.xsl
 (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:70)
at org.apache.excalibur.source.impl.URLSource.getInputStream(URLSource.java:196)
------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to