this.updateUserState();
// update RequestState
RequestState state = new RequestState( handler, applicationName);
this.setState( state );
state.initialize( this.resolver );
// And now load applications
Iterator applications = handler.getHandlerConfiguration().getApplications().values().iterator();
while ( applications.hasNext() ) {