You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by vineet semwal <vi...@gmail.com> on 2010/04/22 15:24:53 UTC

wickestuff-push not working with jetty standalone

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

Re: wickestuff-push not working with jetty standalone

Posted by vineet semwal <vi...@gmail.com>.
hi,
thanks for direction,atleast now i am sure it's jetty issue..
 actually i don't see any error in logs so can't say what is missing..
i am also searching jetty mailing list .

thanks again,


On Thu, Apr 22, 2010 at 9:16 PM, Rodolfo Hansen <kr...@gmail.com> wrote:

> Hi,
>
> Check the logs and see what the cometd servlet is requiring,
>
> This is more of a jetty issue than a problem wicketstuff-push..
>
> You should find something in the jetty mailing lists regarding the
> requirements for the comet servlet.
>
> On Thu, Apr 22, 2010 at 9:24 AM, vineet semwal
> <vi...@gmail.com>wrote:
>
> > 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
> >
>
>
>
> --
> Rodolfo Hansen
> CTO, KindleIT Software Development
> Email: rhansen@kitsd.com
> Mobile: +1 (809) 860-6669
>



-- 
regards,
Vineet Semwal

Re: wickestuff-push not working with jetty standalone

Posted by Rodolfo Hansen <kr...@gmail.com>.
Hi,

Check the logs and see what the cometd servlet is requiring,

This is more of a jetty issue than a problem wicketstuff-push..

You should find something in the jetty mailing lists regarding the
requirements for the comet servlet.

On Thu, Apr 22, 2010 at 9:24 AM, vineet semwal
<vi...@gmail.com>wrote:

> 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
>



-- 
Rodolfo Hansen
CTO, KindleIT Software Development
Email: rhansen@kitsd.com
Mobile: +1 (809) 860-6669