<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Dear Undertow-Team,<div class=""><br class=""></div><div class="">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:</div><div class=""><br class=""></div><div class=""><font face="Courier New" class="">import&nbsp;org.apache.catalina.ContainerListener;</font></div><div class=""><font face="Courier New" class="">import org.apache.catalina.LifecycleListener;</font></div><div class=""><font face="Courier New" class="">import org.gatein.wci.spi.ServletContainerContext;</font></div><div class=""><font face="Courier New" class=""><br class=""></font></div><div class=""><font face="Courier New" class="">public class <b class="">MyServletContainerContext</b> implements <b class="">ServletContainerContext</b>, <b class="">ContainerListener</b>, <b class="">LifecycleListener</b></font></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">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.</div><div class=""><br class=""></div><div class="">As a reference I am using the gatein-wci project on github:&nbsp;<a href="https://github.com/gatein/gatein-wci" class="">https://github.com/gatein/gatein-wci</a>&nbsp;or&nbsp;<a href="https://github.com/gatein/gatein-wci/blob/master/jboss/jboss7/src/main/java/org/gatein/wci/jboss/JB7ServletContainerContext.java" class="">https://github.com/gatein/gatein-wci/blob/master/jboss/jboss7/src/main/java/org/gatein/wci/jboss/JB7ServletContainerContext.java</a></div><div class=""><br class=""></div><div class="">It would great if you could just help me get started.</div><div class=""><br class=""></div><div class="">Best regards,</div><div class="">Vladimir Manolov</div><div class=""><br class=""></div><div class="">PS: I found this jira-task which is still open:&nbsp;<a href="https://issues.jboss.org/browse/GTNWCI-48" class="">https://issues.jboss.org/browse/GTNWCI-48</a></div><div class=""><br class=""></div></body></html>