I have following problem:
I have RequestBuilder, which calls http proxy servlet like this one<https://github.com/dsmiley/HTTP-Proxy-Servlet/blob/master/src/main/java/org/mitre/dsmiley/httpproxy/ProxyServlet.java> . Now I try to test it. I set up gwt maven plugin to use htmlunit. But when I launch my test requestbuilder request returns status code 404 (which, obviously, means "not found"). Right now I think, that servlet doesn't start up in gwt:test maven phase. So my questions will be: 1) How do you test client-server interaction with maven 2) How to start servlets during gwt:test maven phase? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
