i have an application. this app is deployed as jar file and is running
as a daemon. a seperate gwt project can control several functions on
this daemon. for this the gwt app is connecting via sockets to the
daemon. sockets for several reasons. that's not the point here.
everything is running fine. my daemon is running as deployed jar, i'm
starting the gwt project within eclipse and can connect via rpc to the
server that connects to the daemon. even in compiled mode everything
is ok starting from eclipse.

now i'd like to combine the two apps. for now i added jetty to the
daemon. the embedded jetty is starting up and is able to serve the gwt
app from within my daemon. jetty is configured like this: 
http://pastie.org/554683

but i can't get rpc to work. looks like the embedded jetty isn't
providing the rpc services. don't know how to configure it to get up
and running. hopefully someone can understand what am i trying.

any ideas?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to