Thanks for your response.

Here is more details.

Yes I am in the same domain & same network too.  Here is the history
in the past.. I used to bundle the .js, images, html & css and deploy
them on the webserver and bundle rest of the Java code bundled as part
of the WAR.

Where as now I use GWT for end to end in wich I have a server layer
that makes RPC calls to obtain data.  So my main idea is to split the
code into static content and dynamic(Server Layer) to the appserver
and .js, images, html & css  to webserver.

Hope this is the information you are looking for.


On Jul 13, 5:54 pm, lineman78 <[email protected]> wrote:
> Please be more specific on the form of communication you would like to
> do and how you are handling the DNS for having 2 servers handling
> requests(i.e. different subdomains, ports, etc.).  Remember, because
> of the SOP you can only make data requests to the same server and port
> the page originated from, unless you are willing to play around with
> JSONP.
>
> On Jul 13, 6:24 pm, my <[email protected]> wrote:
>
>
>
> > I am trying to deploy an application built with GWT.  Would like to
> > know how to create a build so that I can deploy static content on the
> > Webserver and dynamic content on app server.
>
> > I use Websphere(App Server),  IBM Httpd server(Webserver).
>
> > Please do not suggest me that I can put all into one war file and
> > deploy into App Server. My real question is separation of duties
> > between Web & App Server.
>
> > Thanks in Advance for the support.
> > -MY- Hide quoted text -
>
> - Show quoted text -

-- 
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