This listener should be registered after {@link org.springframework.web.util.Log4jConfigListener}in web.xml
, if the latter is used.
As of Spring 3.1, {@code ContextLoaderListener} supports injecting the root webapplication context via the {@link #ContextLoaderListener(WebApplicationContext)}constructor, allowing for programmatic configuration in Servlet 3.0+ environments. See {@link org.springframework.web.WebApplicationInitializer} for usage examples. @author Juergen Hoeller @author Chris Beams @since 17.02.2003 @see org.springframework.web.WebApplicationInitializer @see org.springframework.web.util.Log4jConfigListener
|
|
|
|
|
|
|
|
|
|
|
|
|
|