Wednesday, April 25, 2012

GWT with RequestFactory ::::: com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /gwtRequest

Hi all,

please help me.

i am wworking on gwt woth requestfactory, at that time getting above error.

here web.xml i configared .RequestFactoryServlet but it is internally calling LocalResourceFileServlet.

Why itis happening??????

web.xml.

<servlet>
<servlet-name>requestFactoryServlet</servlet-name>
<servlet-class>com.google.web.bindery.requestfactory.server.RequestFactoryServlet</servlet-class>
<init-param>
<param-name>userInfoClass</param-name>
<param-value>com.dynatech.server.domain.NameData</param-value>
</init-param>
</servlet>

<servlet-mapping>
<servlet-name>requestFactoryServlet</servlet-name>
<url-pattern>/gwtRequest</url-pattern>
</servlet-mapping>




thanks in advace,

thanks & regards.
laxman



--
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 google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment