I am developing on Mac and I am using the bundled apache server as proxy. 
The document root is my project's war folder and server requests are 
proxied to the backend. The backend could be an external server or the 
embedded jetty that comes with GWT. You could also configure multiple 
vhosts along with corresponding host entries in /etc/hosts and different 
server proxy rules, e.g. https://app.embedded.local proxies to jetty and 
https://app.remote.local proxies to an external server or something like 
that.

In production we use nginx instead of apache in front of our app servers to 
serve static content and to proxy server request to the backend using nginx 
load balancing. 

Works pretty well for us.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to