Dear Undertow-Team,
I am interested in running portlets on a WildFly application server and need to get GateIn integrated inside. For that I assume a GateIn WCI is required to hook into Undertow. I am not quite sure how to do that. A GateIn WCI integration used to be done by implementing this type of class:
import org.apache.catalina.ContainerListener;
import org.apache.catalina.LifecycleListener;
import org.gatein.wci.spi.ServletContainerContext;
public class MyServletContainerContext implements ServletContainerContext, ContainerListener, LifecycleListener
I am looking for a the classes in Undertow that provide the same type of functionality: hook into the container lifecycle and react on container events.
It would great if you could just help me get started.
Best regards,
Vladimir Manolov