Thanks for the tip Romain. Howard, I'm using only websocket. I have atmosphere-runtime-native because of the problem I mentioned in my other post. I'll give more details there, thanks.
2014-09-04 19:38 GMT-03:00 Howard W. Smith, Jr. <smithh032...@gmail.com>: > Felipe, can you please share why you are using tomee + atmosphere runtime > native + (tomcat7 native) comet? > > does your app require comet, because some of your enduser browsers require > comet and do not support websocket? > > tomee/tomcat7 + atmosphere runtime + websocket works great > > > > On Thu, Sep 4, 2014 at 1:27 PM, Felipe Jaekel <fkjae...@gmail.com> wrote: > > > Hi, > > > > I'm trying to run an existing application in TomEE plus 1.7.0. It uses > > atmosphere runtime native 2.1.8. > > > > Unless I copy atmosphere JARs to TomEE lib folder, I get > > a java.lang.NoClassDefFoundError: org/apache/catalina/CometProcessor. > > > > The same application run fine in a regular Tomcat 7.0.55 packing > atmosphere > > JARs in WEB-INF/lib(compat jars pulled by maven). > > > > Any ideas? > > > > Thanks > > >