https://issues.apache.org/bugzilla/show_bug.cgi?id=54642
Eugene Makar <eugene.ma...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Eugene Makar <eugene.ma...@gmail.com> --- I'm guessing such change (deleting undployApps()) was performed due to moving to multi-threaded shutdown. If so (and not only in that case) I think a possible fix to achieve desired behavior is to swtich ContainerBse.children to TreeMap or any ordered and reverse after Containers are started (or prior to their stopage). In default case (startStopThreads=1) that would work. The idea is that once apps are deployed in certain order then it could be expected they are undeployed in reversed order (or it could be a nice configurable option) Thanks. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org