git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@991842
13f79535-47bb-0310-9956-
ffa450edef68
private void resetContext() throws Exception {
// Restore the original state ( pre reading web.xml in start )
// If you extend this - override this method and make sure to clean up
+
+ // Don't reset anything that is read from a <Context.../> element since
+ // <Context .../> elements are read at initialisation will not be read
+ // again for this object
children = new HashMap<String, Container>();
startupTime = 0;
startTime = 0;