Integrated Tomcat

2 views
Skip to first unread message

rolf.sch...@gmail.com

unread,
May 19, 2006, 4:45:13 AM5/19/06
to Google Web Toolkit
Hello,
I'm having a hard time trying to figure out how to connect to my
servlet ;)
The docs seem to suggest that all I have to do is add something like
<servlet path='/userdetails'
class='de.uni_regensburg.www_ifs.Portal.server.UserDetailsServiceImpl'/>
to the APP.gwt.xml. But that doesn't really do anything.
http://localhost:8888/userdetails makes the shell think it needs to
load the module "userdetails" instead.
any suggestions?
thanks, Rolf

Emily

unread,
May 19, 2006, 6:39:30 AM5/19/06
to Google Web Toolkit
In your client side code are you setting you service entry point?
For an example, see below


SurveyServiceAsync service = (SurveyServiceAsync)
GWT.create(SurveyService.class);
((ServiceDefTarget) service).setServiceEntryPoint("/SurveyService");

Rolf Schillinger

unread,
May 19, 2006, 11:42:20 AM5/19/06
to Google-We...@googlegroups.com
Oh thanks! I got it all mixed up obviously.
Working brilliant now...
Reply all
Reply to author
Forward
0 new messages