I've had great success installing Apache's Webserver/JServ/Cocoon products on Linux, in addition to the gnujsp engine. All are working well individually, but I haven't been able to figure out how to pipe the results of a JSP page into the Cocoon servlet. Apache's JServ FAQ has a brief discussion on why Servlet chaining is not supported, and probably never will be. So that's not an option for now. And even though each package is open source, I'd rather find a way to connect each servlet as they are. Cocoon works very well, and I'd like to extend my web application by feeding JSP generated XML directly into Cocoon. Without Servlet chaining or hacking the source code, I cannot see how I might do this (even with a request dispatcher). JSP --> XML --> Cocoon --> HTML any thoughts? thanks! Bryan __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
