Re: How to change the mapping in web.xml

2011-02-16 Thread Bruno Santos
After a long time I could figure out how to solve the problem, to solve just change the first line of the file MyProject.gwt.xml module rename-to='myproject' to module rename-to='servlet', but now I'm with another problem, do not know why the place where I do the hosting of the project it does not

How to change the mapping in web.xml

2010-08-16 Thread Bruno Santos
I have to make the hosting of a project in a place where the mapping in the web.xml file in the 'url-pattern' of 'servlet-mapping' must begin with '/servlet', my question is how do this. For example, this: servlet servlet-namesomeservlet/servlet-name

Re: How to change the mapping in web.xml

2010-08-16 Thread Thomas Broyer
On 16 août, 17:39, Bruno Santos bruegosan...@gmail.com wrote: I have to make the hosting of a project in a place where the mapping in the web.xml file in the 'url-pattern' of 'servlet-mapping' must begin with '/servlet', my question is how do this. For example, this:   servlet    

Re: How to change the mapping in web.xml

2010-08-16 Thread Bruno Santos
The project does not work -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: How to change the mapping in web.xml

2010-08-16 Thread Bruno Santos
Sorry, the errors are: html head meta http-equiv=Content-Type content=text/html; charset=ISO-8859-1/ titleError 404 NOT_FOUND/title /head bodyh2HTTP ERROR: 404/h2preNOT_FOUND/pre pRequestURI=/servlet/some/ppismalla href=http://jetty.mortbay.org/;Powered by Jetty:///a/small/i/pbr/ br/ br/ br/ br/

Re: How to change the mapping in web.xml

2010-08-16 Thread Bruno Santos
the errors replace '/servlet/some' to '/myproject/some' I was doing some tests, but did not work -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from