From c0f28e8e0a2707c6e2e3b94bbbfb093ce347fdd4 Mon Sep 17 00:00:00 2001 From: Andreas Kuhtz Date: Wed, 30 Jul 2014 14:35:11 +0200 Subject: [PATCH] Web-console does not initialize under Spring-4.x because dispatcher-servlet.xml has very old bean definition. This closes #37 Signed-off-by: Daniel Kulp --- .../webapp/WEB-INF/dispatcher-servlet.xml | 29 ++++++++++--------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/activemq-web-console/src/main/webapp/WEB-INF/dispatcher-servlet.xml b/activemq-web-console/src/main/webapp/WEB-INF/dispatcher-servlet.xml index da02abe9e1..5aa49519bf 100644 --- a/activemq-web-console/src/main/webapp/WEB-INF/dispatcher-servlet.xml +++ b/activemq-web-console/src/main/webapp/WEB-INF/dispatcher-servlet.xml @@ -15,10 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> - - + - + - - - - - - - - - - + + + + + + + + + +