StaticInterceptor staticI=new StaticInterceptor();
addRequestInterceptor( staticI );
mapI.setDebug(0);
addRequestInterceptor( new StandardSessionInterceptor());
// access control ( find if a resource have constraints )
AccessInterceptor accessI=new AccessInterceptor();
addRequestInterceptor( accessI );
accessI.setDebug(0);