Re: Can't deal with wicket atmosphere

2012-06-10 Thread Martin Grigorov
Hi, On Sat, Jun 9, 2012 at 12:06 PM, coincoinfou olivierandr...@gmail.com wrote: I migrate my app from 5 to 6 and everything work fine. However i'm unable to try atmosphere due to network 500 server error Error 500 means that there must be an exception in the server logs. See what exactly

Re: Can't deal with wicket atmosphere

2012-06-10 Thread coincoinfou
he didn't find org.atmosphere.cpr.AtmosphereResource Caused by: java.lang.IllegalStateException: MeteorServlet not defined in web.xml at org.atmosphere.cpr.Meteor.build(Meteor.java:170) at org.atmosphere.cpr.Meteor.build(Meteor.java:151) at

Re: Can't deal with wicket atmosphere

2012-06-10 Thread Martin Grigorov
Hi, It is something about your way to setup the app. You do it programatically. Try with web.xml and if it still doesn't work you may check what is different than wicket-examples/atmpsphere demo app. Finally you can ask at atmosphere users mailing list. On Mon, Jun 11, 2012 at 8:29 AM,

Can't deal with wicket atmosphere

2012-06-09 Thread coincoinfou
I migrate my app from 5 to 6 and everything work fine. However i'm unable to try atmosphere due to network 500 server error Here is my configuration : FilterHolder atmosphere = new FilterHolder(AtmosphereFilter.class); atmosphere.setName(AtmosphereApplication);