* making it respond to start and stop requests from the new
* persistent connection with Adito.
*/
tunnelManager = new TunnelManager(this);
applicationManager = new ApplicationManager(this);
webForwardManager = new WebForwardManager(this);
networkPlaceManager = new NetworkPlaceManager(this);
updateResources(-1);
return;
} else if (response.getStatus() == 401) {
authenticator = HttpAuthenticatorFactory