loginService.putUser( Users.JANNE, new Password(Users.JANNE_PASS), new String[] {"Authenticated"} );
WebAppContext webAppContext = new WebAppContext(path, context);
// Add a security handler.
SecurityHandler csh = new ConstraintSecurityHandler();
csh.setLoginService( loginService );
webAppContext.setSecurityHandler( csh );
log.error( "Adding webapp " + context + " for path " + path );
handlerCollection.addHandler( webAppContext );