Index: ServerRouter.java
===================================================================
--- ServerRouter.java	(revision 2136)
+++ ServerRouter.java	(working copy)
@@ -75,6 +75,13 @@
         super.start();
     }
 
+    public void stop() 
+	throws Exception
+    {
+	getRoutes().clear();
+	super.stop();
+    }
+
     /**
      * Returns the parent component.
      * 
