Sharing components between Cocoon and servlets

2003-01-23 Thread Jeremy Aston
Hi, I am looking to get some more documentation together on integrating servlets and Cocoon and would like to know if anyone has got any production experience of sharing contexts and thus components. I want to have a servlet running in the same web app context as Cocoon and have access to the sam

Re: Cocoon and Servlets

2002-10-27 Thread SAXESS - Hussayn Dabbous
I may be wrong, but i assume, the problem comes from the redirection specs in your sitemap: When you call the source http://localhost:8080/Cocoontest/servlet/cocontest.Servlet2 cocoon probably does this by making a http:client call to that resource. This is definitely done in a separate ses

Cocoon and Servlets

2002-10-27 Thread CLAIS, Rene
Title: Cocoon and Servlets I have seen this subject (Cocoon with Servlets)  in a huge number of archive Anyway no one can explain me how my problem can be solved (I do not find the right one !!) The problem is : how can I retrieve java object in a cocoon session ? My example: I have

Cocoon and servlets (MVC)

2002-01-20 Thread Peter Schwenke
Hi, I currently have part of a system working under cocoon. I have some servlets which are called by those pages, working in a different Tomcat context. I would like to bring the two together - mainly for the reason that they use the same session id from tomcat. Since cocoon is a webapp on it'

Why I can't share Cocoon and Servlets contexts in Tomcat?!HELP

2001-06-18 Thread Luís Góis
Hello! I'm getting rather desperate about what's hapenning to me! I want to share a session object between a XSP page (where it's create) and a servlet. It seemed to work fine once I put the servlet in element at the web descriptor web.xml, but that was using the Opera Web Browser. then I t