On Thursday 27 March 2008, Ian Roberts wrote:
> Vassilis Virvilis wrote:
> > <?xml version="1.0"?>
> > <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 
> > 2.3//EN"
> > "http://java.sun.com/dtd/web-app_2_3.dtd";>
> 
> I notice you're using a Servlet 2.3 web.xml - what servlet container are 
> you using?  The RequestContextListener only works with a Servlet 
> 2.4-compatible container (if you're on Tomcat, this means v5.0 or 
> later), if you're stuck with an older server version then you can use 
> the RequestContextFilter instead.


I have tomcat 5.25.

The http://java.sun.com/dtd/web-app_2_3.dtd stuff is black magic for me.
I copy pasted it from somewhere

I tried however your suggestion and still crashes the same way

> 
> Oh yes, and you do have an <aop:scoped-proxy/> in your session-scoped 
> <bean>, don't you...?

Yes I do.

> Other than that I don't know what to suggest, sorry.

No problem, many thanks anyway...

The only reason that I reported it was the same webapp
works with 2.0.4 libs while it crashes with 2.0.5 libs

     .bill

Reply via email to