Hi, I tried setting up a subsitemap in a subdirectory "abc" of the cocoon installation as follows: <?xml version="1.0"?> <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> <map:components> <map:generators default="file"/> <map:transformers default="xslt"/> <map:readers default="resource"/> <map:serializers default="html"/> <map:selectors default="browser"/> <map:matchers default="wildcard"/> </map:components> <map:pipelines> <map:pipeline> <map:match pattern="hello.html"> <map:generate source="content/hello.xml"/> <map:transform source="style/page2html.xsl"/> <map:serialize type="html"/> </map:match> </map:pipeline> </map:pipelines> </map:sitemap>
When I call "http://localhost:8080/cocoon/abc/hello.html" I get the following error: Description:org.apache.cocoon.ProcessingException: Could not setup pipeline.: java.net.MalformedURLException: Invalid System ID I am using Cocoon 2.1.1 and on Tomcat 4.1. Any help is appreciated. Sch�ne Gr�sse Dipl.-Inform. Marc Fasel !Kommunikaze Softwareentwicklung Weststr. 6 52074 Aachen (0241) 8869 1646 (0171) 4022 810 http://www.kommunikaze.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
