-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sandman wrote: [...] > I've been thinking about using Apache Tomcat as my test server. Are any > of the other web servers better suited for GWT-RPC?
I use Winstone on my server --- it's very small and lightweight but runs GWT servlets perfectly. As my server box is actually an ARM based device with interpreted Java only (no JIT!) this is kinda necessary. Like most servlet engines it can work either as a standalone webserver or as an extension for an existing server. I use it in conjunction with thttpd, so that thttpd serves all the static files and Winstone is invoked for the RPC entrypoints only. - -- ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── │ │ "People who think they know everything really annoy those of us who │ know we don't." --- Bjarne Stroustrup -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFKmTbnf9E0noFvlzgRApPSAKCQJrRtuMkesS21NU952QuENyvbGACgiXW7 AOo4B8bj/U+Nv2lKR3wHpig= =LFhQ -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
