Hello, I've been struggling with this error quite a while and I cant seem
to find the error.
gwt.xml
<module rename-to='interbookerappl'>
<inherits name="com.google.gwt.user.User" />
<inherits name="com.google.gwt.user.theme.standard.Standard" />
<inherits name="com.smartgwt.SmartGwt" />
<entry-point class="com.interbookerappl.client.interbookerappl" />
<source path='client' />
</module>
in client package ( EntityService + Async ):
@RemoteServiceRelativePath("EntityService")
public interface EntityService extends RemoteService
in server package:
@SuppressWarnings("serial")
public class EntityServiceImpl extends RemoteServiceServlet implements
EntityService
XML
<servlet>
<servlet-name>EntityService</servlet-name>
<servlet-class>com.interbookerappl.server.EntityServiceImpl</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>EntityService</servlet-name>
<url-pattern>/interbookappl/EntityService</url-pattern>
</servlet-mapping>
ERROR ;
<title>Error 404 NOT_FOUND</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /com.interbookerappl.interbookerappl/EntityService.
Reason:
<pre> NOT_FOUND</pre></p><hr /><i><small>Powered by
Jetty://</small></i><br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
Thanks alot, I would like some help!
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/FjDGuqOmpSIJ.
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.