I have setup a Proxy in apache to forward all request from
http://www.myserver.com/apps to the glassfish server 
http://www.myserver.com:8080/.
This appears to work for everything, but requests to the GWT RPC
service which throws an NPE. If I change the proxy from
http://www.myserver.com/myApplication to forward to
http://www.myserver.com:8080/myApplication. Does anyone know how to
make this work so that I don't have to setup a proxy for each
application?

This is a similar if not the same problems as
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c4f6f320eb441fa8

I guess my question is what is the reason for requiring exactly the
same path. Is there a way around this. Finally, is there a security
issue that this is supposed to prevent?

Thanks,
-- Chad

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to