On 26/09/2014 21:11, Prathyusha Kanala wrote: > Hi > I have been using Atmosphere for a web application running on tomcat 7. I > now have to downgrade to Tomcat 6 due to dependency on other applications. > Here is my dependency list.
<snip/> > In order to be compatible with tomcat 6, i changed the dynamic web module > from 3.0 to 2.5. Could you please help me resolve this? In a word: No. javax.servlet.ServletContainerInitializer is a Servlet 3.0 class and therefore requires a minimum of Tomcat 7. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org