Frans Thamura, Intercitra wrote:
anyone know how to make cocoon only parse an xsp only, and the rest will become tomcat standard, so i can use struts, turbine, webwork inside my context
can you help me?
First a disclaimer: I've never used XSP.
AFAIK, XSP in Cocoon is a set of XSL stylesheets that transform XSP into Java. That java is then compiled end executed. The java that is created is in the form of a Cocoon Generator.
If you want to extract the XSP handling, you would need to get those stylesheets from within Cocoon's codebase, and amend them to produce the code that you want instead.
I've no idea how easy or hard that would be, nor why you would want to do this.
If I interpret the question right, you'd have to edit the servlet mapping in web.xml - currently, Cocoon maps every request under its context root to the cocoon servlet - you could change that to some other pattern. And add whatever handlers you need for your other frameworks in there.
Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
