@Override
 public String toString() {
   return (getClass().getSimpleName() + "[" + _webApp.getURL() + ", next=" + _next + "]");
 }