javaservlet xml cocoon

2002-02-07 Thread Vishal Khatnani
Hi, The problem im having is with cocoon and java servlets. I am using cocoon with iplanet web server and i can successfully view static xml pages. The problem is that my java servlet prints xml output, and it doesn't get passed to cocoon. All i get is a blank page. However, when i go to view

Re: javaservlet xml cocoon

2002-02-07 Thread Vishal Khatnani
I am using cocoon 1.8 by the way. Vishal Khatnani wrote: Hi, The problem im having is with cocoon and java servlets. I am using cocoon with iplanet web server and i can successfully view static xml pages. The problem is that my java servlet prints xml output, and it doesn't get passed

Re: javaservlet xml cocoon

2002-02-07 Thread Joseph Jupin
are you calling the servlet first and having it talk to cocoon? If so, then you need to use the map:generate type=stream pipeline to capture the output and then have it processed by the rest of the pipeline - this is what I do with my stuff (plus some other URLConnection setup stuff in the

Re: javaservlet xml cocoon

2002-02-07 Thread Joseph Jupin
oh - I'm using Cocoon 2.0.1... sorry. peace. JOe... On Thu, 07 Feb 2002 11:22:52 -0700 Vishal Khatnani [EMAIL PROTECTED] wrote: I am using cocoon 1.8 by the way. Vishal Khatnani wrote: Hi, The problem im having is with cocoon and java servlets. I am using cocoon with iplanet web

Re: javaservlet xml cocoon

2002-02-07 Thread Vishal Khatnani
Hi, Thanks for your help I will install cocoon 2. Can you send me some examples? e.g source code Thanks, Vishal Joseph Jupin wrote: are you calling the servlet first and having it talk to cocoon? If so, then you need to use the map:generate type=stream pipeline to capture the