From: rjung Date: Thu, 24 Jan 2008 17:34:38 +0000 (+0000) Subject: Add entries for expire command on ManagerServlet to X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=074e177239c01f5eb732531a09f66842e777690f;p=tomcat7.0 Add entries for expire command on ManagerServlet to manager web.xml. Otherwise it will only work in the HTMLManager, although it's implemented for the Manager servlet to. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@614933 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/manager/WEB-INF/web.xml b/webapps/manager/WEB-INF/web.xml index 80e85e6b6..a067f212c 100644 --- a/webapps/manager/WEB-INF/web.xml +++ b/webapps/manager/WEB-INF/web.xml @@ -70,6 +70,10 @@ Manager + /expire + + + Manager /sessions @@ -150,6 +154,7 @@ /jmxproxy/* /html/* /list + /expire /sessions /start /stop