On Tue, Dec 23, 2014 at 4:59 PM, Christopher Schultz < ch...@christopherschultz.net> wrote:
> Are you worried about spamming the list or giving out too much > information? Mostly the former, but a tiny bit the latter. > somewhere in between the GWT client and theGWT server -- btw why are > you doing that?) Is there another/better way to get gwt apps to send REST requests to a server located on a different machine? > Does the test-case require a GWT client? Yes, I suppose I might be able to remove that part - it's taken up a lot of time already though. > Good. You might want to implement some heavy (disable-able) logging in > the proxy to see what information is passing back and forth, there. > Thanks, done. > Unfortunately, there are a lot of moving parts, here. > True - which is why it took some time to reduce. > Can you operate without this proxy, just to see if the GWT client and > GWT server can talk to each other without a problem, even in newer > versions of Tomcat? > I don't think so - unless you're talking RPC/RF, or something else I'm not aware of. > If you get the example "working" with 53, doesn't that mean you will > have solved your problem? > I'd like to make sure we're doing all the right practices - we're a bit low on resources at the moment so we're doing our best.