Hi,

anyone can use Spring context listener in web.xml ?

Example:

    <context-param>
        <param-name>contextConfigLocation</param-name>
        <param-value>/WEB-INF/applicationContext.xml</param-value>
    </context-param>

    <listener>
        <listener-class>
            org.springframework.web.context.ContextLoaderListener
        </listener-class>
    </listener>

On Mon, Mar 23, 2009 at 5:45 AM, Ed <[email protected]> wrote:

>
> Shouldn't this be reported as an "issue" ?
>
> I thought these issues would be solved now with the usage of Jetty
> instead Tomcat as mentioned here:
>
> http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/7254dfe963f479ae?hl=en#
>
>
> -- Ed
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to