GWT-RPC uses the browsers XMLHTTPRequest mechanism. As such, it is  
required to use the same protocol and port used to load your host page  
(to avoid running afoul of the Same Origin Policy).

So, if your host page is loaded via HTTP port 80 the RPC uses HTTP  
port 80 ... if you are in hosted mode (HTTP port 8888) then rpc uses  
HTTP port 8888. If your host page was loaded via HTTPS port 443 then  
GWT-RPC uses HTTPS port 443.

I think you should begin to see the pattern here.

-jason

On Dec 7, 2008, at 5:09 AM, Venu wrote:

>
> Hi grp,
>
> What port does GWT RPC mechanism use? Is it communicating over HTTP?
> If not, what port does it use?
>
> Thx
>
> >


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