diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 0dabc36847..f874791c66 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -8883,14 +8883,6 @@ You can register an `ApplicationContext` using the `ContextLoaderListener` as fo org.springframework.web.context.ContextLoaderListener - - ---- The listener inspects the `contextConfigLocation` parameter. If the parameter does not @@ -8902,9 +8894,6 @@ Examples are `/WEB-INF/*Context.xml` for all files with names ending with "Conte residing in the "WEB-INF" directory, and `/WEB-INF/**/*Context.xml`, for all such files in any subdirectory of "WEB-INF". -You can use `ContextLoaderServlet` instead of `ContextLoaderListener`. The Servlet uses -the `contextConfigLocation` parameter just as the listener does. - [[context-deploy-rar]]