Hi,
    I need to add my cocoon project to main sitemap, I used to do using

<map:pipeline>

<map:match patter="cm/**">

<map:mount uri-prefix="cm" src="file:///C:/UnveilSource/CM/XSP/" check-reload="yes"/>

</map:match>

 

but I get this error message when I open my browser at http://localhost:8090/cocoon/ (yes, I use tomcat at port 8090)

type fatal

message Language Exception

description org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error compiling sitemap_xmap: Line 3323, column 55: Missing term. Line 0, column 0: Note: C:\Program Files\Apache Tomcat 4.0\work\localhost\cocoon\cocoon-files\org\apache\cocoon\www\sitemap_xmap.java uses or overrides a deprecated API. Recompile with "-deprecation" for details. 1 error, 1 warning

sender org.apache.cocoon.servlet.CocoonServlet

source Cocoon servlet

 
Plataform:
OS: Windows 2000 professional
Tomcat: 4.0.2
Cocoon: 2.0.1
 
It used to work with cocoon 2.0 ... :(
 
Ideas?
Eduardo.

Reply via email to