Package org.apache.tomcat.core

Examples of org.apache.tomcat.core.ContextManager.shutdown()


          req.getContextManager().log("Attempt to stop with the wrong secret");
          return;
            }
        }
                                ContextManager cm=req.getContextManager();
        cm.shutdown();
        cm.log("Exiting" );
        // same behavior as in past, because it seems
        // that stopping everything doesn't work -
        // need to figure
        // out what happens with the threads ( XXX )
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.