Hi,
I'm trying to deploy an RPC, but I can't figure out how to do it in
1.6. The problem is, the new RPC seems to always have the request
being
[projectname]/[RPC entry Point]
My problem with this is, on my shared Tomcat account, the way I can
tell the server to have Tomcat execute this service instead of it
being a normal http request is
servlets/[whatever you want]
The servlets/ tells the server it's an RPC. But even if I set my Entry
point explicitly like:
String observationServiceURL = GWT.getModuleBaseURL() +
"servlets/
celticlock/greet";
((ServiceDefTarget) greetingService).setServiceEntryPoint
(observationServiceURL);
The request turns to: /celticlock/servlets/celticlock/greet
How can I get the RPC to stop automatically putting the first /
celticlock in? I want it to just request my RPC Service Entry point.
Thank you,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---