Hello Brandon, The problem is that tomcat is trying to look for the file in a folder where there is no jar that holds the servlet classes. My project name is GWTWithJersey. The tomcat log shows me this error
GET /GWTWithJersey/gwtwithjersey/rest/hello HTTP/1.1" 404 1069 The jar files from the project have been bundled as war and the jar files are in the WEBINF/lib folder When specifying the path to the ResourceBuilder, I pass the path as /rest/hello How should I specify this path so that it finds the classes in the jar in WEBINF? Thanks, Monika -- 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/-/FLpv2dQI7KcJ. 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.
