On Tue, Jan 29, 2013 at 7:42 PM, David Blevins <david.blev...@gmail.com>wrote:
> > > Looks like an Atmosphere issue. It's basically doing: > > String[] tomcatVersion = > config.getServletContext().getServerInfo().substring(14).split("\\."); > > The getServerInfo() method was updated to add "(TomEE)" in there so people > can have more info on the flavor of Tomcat they're using. > > > -David > > That's good to know. I already posted a question on atmosphere googlegroups. will update that post with your response David. thanks!