在JBoss7中部署Grails大气应用程序

在JBoss7中部署Grails大气应用程序,grails,jboss,websocket,atmosphere,Grails,Jboss,Websocket,Atmosphere,问候, 我正在尝试使用。在Tomcat上的开发环境中运行时,它不起作用,可能是因为Tomcat不支持web服务。 所以我将它部署在JBoss7.1上。它也不起作用。在日志文件中可以找到以下异常 AtmosphereFramework exception: java.lang.IllegalStateException: The servlet or filters that are being used by this request do not support async operation

问候,

我正在尝试使用。在Tomcat上的开发环境中运行时,它不起作用,可能是因为Tomcat不支持web服务。 所以我将它部署在JBoss7.1上。它也不起作用。在日志文件中可以找到以下异常

AtmosphereFramework exception: java.lang.IllegalStateException: The servlet or filters
that are being used by this request do not support async operation
我在Grails中找到了与异步servlet相关的支持。似乎
Servlet3AsyncWebXmlProcessor
应该为web.xml添加异步支持。但有人应该调用它。 我认为atmosphere插件负责允许异步通信

我错过什么了吗?你能帮我让它在AS7上工作吗


理想情况下,我想找出在开发环境中运行atmosphere应用程序的方法?可能吗?

您的application.properties中是否有app.servlet.version=3.0?