Hey Guys,

I created a new project and am running into a silly little problem
with my remote service configuration. Basically, when I go to set the
location of the Servlet, GWT.getHostPageBaseURL () and
getModuleBaseURL () return the same value: 
http://localhost:8888/com.teledini.app.Application/.

My RPCServices are located at http://localhost:8888/LoginService (for
instance).

In the past, a simple:

endpoint.setServiceEntryPoint ( GWT.getHostPageBaseURL () +
"LoginService" ); was enough to get the correct path in Hosted Mode,
in prod, in noserver, anything.

What have I messed up in my project that's making it do this? I don't
even know where to start looking!

Thanks guys!

Evan
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to