Re: Problems with ContextListener

2008-07-10 Thread Kjetil Kjernsmo
On Wednesday 09 July 2008 17:15:13 Barbara Slupik wrote: I had similar problem. I fixed it by adding: Wow, that worked! Thanks a lot! But I don't understand what it does, could anyone explain...? Kind regards Kjetil Kjernsmo -- Senior Knowledge Engineer Direct: +47 6783 1136 | Mobile: +47

Re: Problems with ContextListener

2008-07-10 Thread Barbara Slupik
I don't really know. It looks like some requests have to be forwarded to cocoon. I had this problem with tomcat authentication. It was just stopping like yours. I found the solution here: http://www.mail- archive.com/[EMAIL PROTECTED]/msg43933.html Barbara On 10 Jul, 2008, at 10:05 am,

Problems with ContextListener

2008-07-09 Thread Kjetil Kjernsmo
Hi all, We have a Cocoon 2.2-application that is deployed on Tomcat 5.5. Right now, it is doing a lot of processing, mainly indexing of strings with Lucene, at startup. This is taking a lot of time, but needs doing in some form or the other. The problem now is that it appears to do everything

Re: Problems with ContextListener

2008-07-09 Thread Barbara Slupik
I had similar problem. I fixed it by adding: filter filter-namespringRequestContextFilter/filter-name filter-classorg.springframework.web.filter.RequestContextFilter/ filter-class /filter filter-mapping