Hi
I posted this error before. I did lots of thing but still without
success
let me give some more details:
say my project name is gwtexample
and my servlet class name is myServlet
in web.xml I defined
<servlet-mapping>
     ....
     <url-pattern>/gwtexample/myServlet</url-pattern>
</servlet-mapping>

then I deploy every things in jetty server in a remote server
the path of deployed project in jetty is something like this:
/webapps/root/gwtexample
and inside the "gwtexample" I have every things: my Gwtexample.html
file, resources and also another gwtexample folder which contains js
files (that one which is produced by GWT at compile time).

when I try to run the application, I see this line in jetty's log file
"POST /gwtexample/gwtexample/myServlet HTTP/1.1" 404 1239

I can not put everything just simply in root folder in order to get
rid of extra "gwtexample". So, how can I fix the problem. any solution?

-- 
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.

Reply via email to