Hellos, I am using wicketuff-push in a project,i found it nice and used it a lot in a project i am currently working with.. my problem is it's not working when i am using jetty as standalone ie. usual java -jar start.jar
i also have port forwarding enabled .. i don't see any long polling in logs .. what i see in logs are just http status codes,two lines from logs.. ****** 122.160.42.236 - - [22/Apr/2010:12:48:25 +0000] "POST /cometd HTTP/1.1" 302 0 122.160.42.236 - - [22/Apr/2010:12:48:25 +0000] "GET /cometd/ HTTP/1.1" 200 1238 ****** it works well when i am using it with maven-jetty plugin.. Following is my setup :- jetty:6.1.23 wicket:1.4.7 push:1.4.7-snapshot any advice will be welcomed... -- regards, Vineet Semwal