https://issues.apache.org/bugzilla/show_bug.cgi?id=55312
--- Comment #5 from Mark Thomas <ma...@apache.org> --- (In reply to Dave Syer from comment #1) > I played around with the Tomcat embedded server a bit more and found that it > actually is relatively easy (if obscure) to switch on SCI: > > ContextConfig contextConfig = new ContextConfig(); > context.addLifecycleListener(contextConfig); Aside: This is as expected if you are using addContext() vs addWebapp(). I have updated the Javadocs for the Tomcat class to try an make that clearer. I'm sure there is scope for further improvement to the docs. Patches welcome. -- 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