I have couple of RPC servlet(which extends RemoteServiceServlet) and couple of HTTPServlet (TestJSONServlet) which extends from HTTPServlet, when I am trying to call non RPC servlet from my application I am getting an error saying "ClassNotFound", my compilation output folder has TestJSONServlet.class file. I tried putting this class file in embedded tomcat's /webapps/ROOT/WEB-INF/ classes, however I am still getting the same error.
ERROR] Unable to instantiate 'com.test.TestJSONServlet' java.lang.ClassNotFoundException: com.test.TestJSONServlet I would really appreciate if someone can help me with this as soon as possible. Thank you very much for all the help and support. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
