Hi, I am new to GWT and am trying to build a simple RPC application to add two numbers. There is no other error except that it gives a warning when i try to run it and says that the html file was not found. Here's the message that comes:
Initializing AppEngine server Jul 14, 2010 6:52:38 AM com.google.apphosting.utils.jetty.JettyLogger info INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger Jul 14, 2010 6:52:39 AM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed C:\eclipse\workspace\checkhello\war\WEB- INF/appengine-web.xml Jul 14, 2010 6:52:39 AM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml INFO: Successfully processed C:\eclipse\workspace\checkhello\war\WEB- INF/web.xml Jul 14, 2010 12:22:42 PM com.google.appengine.tools.development.DevAppServerImpl start INFO: The server is running at http://localhost:8888/ Jul 14, 2010 5:05:20 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /Addnum.html Jul 14, 2010 5:05:23 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /Addnum.html Jul 14, 2010 5:07:09 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /Addnum.html Jul 14, 2010 5:07:09 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /Addnum.html What should I do? Thanks -- 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.
