Hello,
Kevin Duffey wrote:
> I don't know for sure..but my guess is you have to map XSL pages to the
> cocoon servlet as well. It appears from the errors that xsl is still trying
> to go to the orion xsl servlet.
What makes you think so? The error does not mention the Orion XSL Servlet at
all, but does mention not finding the Cocoon classes, so that could be the
problem. Also, if you are using a .xsp file, shouldn't you set up a mapping for
.xsp?
> Just a guess. Maybe look in all the /config/
> .xml files and see if you see anywhere else that *.xsl is being mapped to
> the orion servlet.
He isn't trying to map an xsl file.
Also, xsl is not mapped to any orion servlet. You can find the global mappings
in global-web-application.xml and you will find that it's not there.
Regards,
Karl Avedal
> > 12: Package org.apache.cocoon.parser not found in import.
> >
> > import org.apache.cocoon.parser.*;
> >
> > ^
> >