Thanks for your reply....

There was a thread abt 3 -4 months where there was discussion abt
invoking Servlets. There was a sitemap entry associated with that as
well.

I guess it was Vadim or someone else who were answering this...

IIRC, there was no need to register the Servlet also, it was addressed
by servlet class (or something). I think there was a special generator
for that..

Regds,
Chiths

-----Original Message-----
From: Peter Schwenke [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, May 22, 2002 4:28 PM
To: [EMAIL PROTECTED]
Subject: RE: Very Important: Deploy Servlets in the Cocoon Context


If you want to run the servlets in your cocoon webapp but not be
handled by cocoon just set them up in your web.xml and call them in
the usual way.   That is just a normal servlet container issue.  They
are just additional servlets to the cocoon servlet that way.  In the
system I've been developing on I use an MVC architecture where
servlets forward to JSPs which are processed by cocoon. 

If you want to process the servlets from cocoon the thread  you are
thinking of could have been "Servlets to XSL" and "Servlet to XSL
possible".

 
...Peter

Chitharanjan Das writes:
 > IIRC, There was an email thread depicting the issue of invoking
servlets
 > in 
 > Cocoon 2.0. I tried in the mailing lists and could not get my hands
on
 > them.
 > 
 > There are a lot of utilities which are developed in servlet framework
 > out there. It would be a shame if we cannot use them inside Cocoon.
 > 
 > .....
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > -----Original Message-----
 > From: William Brogden [mailto:[EMAIL PROTECTED]] 
 > Sent: Wednesday, May 22, 2002 12:58 PM
 > To: [EMAIL PROTECTED]
 > Subject: RE: Very Important: Deploy Servlets in the Cocoon Context
 > 
 > > -----Original Message-----
 > > From: Chitharanjan Das [mailto:[EMAIL PROTECTED]] 
 > > Sent: Wednesday, May 22, 2002 1:47 PM
 > > To: [EMAIL PROTECTED]
 > > Subject: RE: Very Important: Deploy Servlets in the Cocoon Context
 > > 
 > > 
 > > 
 > > I am posting it again ..
 > > 
 > > Is there a way to invoke a servlet in the same context of cocoon.
 > > 
 > > i.e if the servlet were to be called from an XSP (say..) they
should
 > > share the same session...
 > > 
 > > regds,
 > > Chiths
 > 
 >  Since Cocoon runs in the servlet container environment
 > you theoretically could do a 
 >  RequestDispatcher.include( request, response )
 > if you can get the ServletContext.
 > 
 > WBB
 > 
 > 
 > 
 > ---------------------------------------------------------------------
 > Please check that your question has not already been answered in the
 > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
 > 
 > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
 > For additional commands, e-mail: <[EMAIL PROTECTED]>
 > 
 > 
 > 
 > 
 > ---------------------------------------------------------------------
 > Please check that your question has not already been answered in the
 > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
 > 
 > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
 > For additional commands, e-mail: <[EMAIL PROTECTED]>

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to