On 28 juin, 11:58, sai surya kiran <[email protected]> wrote:
> Hi,
> What port of service do you suggest to use ? I am a complete newbie and
> please suggest on how to make a proxy.
>
> currently authentication server runs on 6828. and GWT runs on 8888, so
> please suggest the change here.
You can either:
- use your webapp within the hosted mode (-Dcatalina.base=... if
you're using GWTShell, -war ... if you're using HostedMode) instead of
a separate Tomat instance
- use the -noserver mode of hosted mode (GWTShell or HostedMode);
search the docs and the group for how to use it (I'm a bit tired of
repeating it over and over again)
- use a proxy servlet in the hosted mode to relay requests to your
separate tomcat instance; search the issue tracker for "contribution
proxying servlet" to find one (code + how to use it)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---