Re: calling Cocoon servlet from a external one

2003-03-17 Thread Josema Alonso
Vadim, result of the Cocoon processing in my JSP + Response already committed -- you are trying to call Cocoon too late in the game; it must be before you commit your response, i.e., call Cocoon before you have any other content generated by JSP. I thought so. I tried it at the beginning and

calling Cocoon servlet from a external one

2003-03-16 Thread Josema Alonso
Hi, all. I've found some documents at Wiki and some threads in the mailing list about integrating servlets in Cocoon, but not the other way round. And that's what I need. I have a webapp in JSP and Servlets and I need to integrate some URLs processed by Cocoon for a news system I've built. I