Yes, I make configured for servlet
<servlet>
<servlet-name>JSONServlet</servlet-name>
<servlet-class>com.trackstudio.JSONServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>JSONServlet</servlet-name>
<url-pattern>/JSONServlet</url-pattern>
</servlet-mapping>
When I set this link in browser I get json objects
On Dec 23, 6:39 am, zixzigma <[email protected]> wrote:
> have you configured your servlet in web.xml file ?
--
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.