When I execute an struts 2 Applicaction that it is OK en WAS6.1 and WAS7.0,
it end in error ( java.lang.NullPointerException)
In SystemOut I can see these messages:
com.ibm.ws.webcontainer.WSWebContainer startChains SRVE0323I: Asynchronous
Request Dispatcher no está habilitado.
com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Error de
servlet]-[ServletNameNotFound]: java.lang.NullPointerException
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.getFilterChainContents(WebAppFilterManager.java:736)
.....
Regards