Index: ComponentHelper.java
===================================================================
--- ComponentHelper.java	(revision 2136)
+++ ComponentHelper.java	(working copy)
@@ -265,6 +265,8 @@
 
     /** Stop callback. */
     public void stop() throws Exception {
+	// stop the server router
+	getServerRouter().stop();
         // Stop all applications
         stopVirtualHostApplications(getComponent().getDefaultHost());
         for (VirtualHost host : getComponent().getHosts()) {
