I've a ServletContext listener class (WsServletContextListener) in my Axis2 project. The listenner class is packaged in the aar file. The aar file is deployed under axis2/WEB-INF/services. This makes tomcat fail to install the axis2 webapp because it fails to find the WsServletContextListener class (client is returned with org.apache.axis2.AxisFault: HTTP Transport error : '404'). It will work fine if I move the WsServletContextListener class to axis2/WEB-INF/classes. Do I need to deploy some of the customized classes (e.g. ServletContext listener class) separately from the classes in the aar file? I won't think so but it seems possible because those classes are loaded earlier by the tomcat boostrap process. Anyone can explain why or what could be wrong in my deployment? Thanks. Shaoguang
--------------------------------- Access over 1 million songs - Yahoo! Music Unlimited.
