if (tomcatRestHandler == null) {
tomcatRestHandler = new TomcatRsRegistry();
system.setComponent(RsRegistry.class, tomcatRestHandler);
}
system.addObserver(this);
}
public void afterApplicationCreated(@Observes final AfterApplicationCreated event) {
// required for Pojo Web Services because when Assembler creates the application
// the CoreContainerSystem does not contain the WebContext