Re: Servlet mappings in GWT development mode

2010-10-27 Thread nacho
Yo say that you can enter in http://localhost/foo.html but then you say that you want to enter to http://mymachine:/foo.html?gwt.codesvr=mymachine:9997 What about if you enter to http://127.0.0.1:/foo.html?gwt.codesvr=127.0.0.1:9997 On 26 oct, 19:39, Constantin Tanno

Servlet mappings in GWT development mode

2010-10-26 Thread Constantin Tanno
My GWT host page happens to be a JSP page called hostpage.jsp and I have a bunch of different URLs all mapped to it through web.xml: servlet servlet-namehostPageServlet/servlet-name jsp-filehostPage.jsp/jsp-file /servlet servlet-mapping