On 22 oct, 18:01, Charbel <[email protected]> wrote:
> Hi,
> I just finished my first GWT application and I wanted to know if it is
> possible to deploy a GWT application on Apache HTTD, this GWT app only
> uses compiled Javascipt to access a Tomcat application hosting all the
> functionality via servlets.

As long as your tomcat instance is accessed at the same
"origin" (protocol, hostname, port; i.e. using Apache's mod_proxy or
mod_jk), yes, that's actually how we deploy our own app: GWT app
served by Apache which calls tomcat-hosted servlets through mod_jk.
Otherwise, you'll face the "same origin policy".
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to