Hi,

Sorry if this already got posted. I am trying to deploy a gwt application that uses Errai to JBoss 4.2.3. I configured the APR stuff and according to the start up log it is working correctly. When I deploy my app to the server I get the following exception:
 
java.lang.ClassNotFoundException: org.jboss.servlet.http.HttpEventServlet

Looks like it might be related to the version of JBoss Web that is used in JBoss 4.2.3.

Will Errai run on 4.2.3 with the comet servlet? Do you need to use 5.1? If so, are there any sample apps that show the appropriate configuration? This would include what jar files are deployed in the web-inf/lib directory.

Thanks