Hi, I'm trying to create an app for PhoneGap that will do cross domain SOAP calls. As with PhoneGap that isn't an issue, I was looking for a way to bypass the same origin policy in development, and came across the Reverse Proxy Jetty configuration solution using mod_proxy. However, I'm having trouble in finding out how exactly I do this. In normal circumstances, there would be a file where I could throw the configuration (found here http://docs.codehaus.org/display/JETTY/Configuring+mod_proxy), but I just can't seem to find anything related to this on GWT.
Thank you very much in advance for any help. -- 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-toolkit@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.