Do you mean this part?:

<servlet>
                <servlet-name>shell</servlet-name>
                <servlet-
class>com.google.gwt.dev.shell.GWTShellServlet</servlet-class>
        </servlet>

I was wondering if changed these mapping, would be able to test run my
GWT app in hosted mode?


On the other hand, I thought i just need to point to my RPC class in
my module xml as in like eg. my module name is DiscussionBoard, so i
did this in my "DicussionBoard.gwt.xml":

<module>

      <!-- Inherit the core Web Toolkit stuff.
-->
      <inherits name='com.google.gwt.user.User'/>

      <!-- Specify the app entry point class.
-->
      <entry-point class='vCarePortal.client.DiscussionBoard'/>

      <!-- Specify the remote services path                                     
                  -->
          <servlet path="/DiscussionBoardServices"
class="vCarePortal.server.DiscussionBoardServiceImpl" />

      <!-- Specify the application specific style sheet.
-->
      <stylesheet src='DiscussionBoard.css' />



</module>

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