hi
i have started with my first maven gwt project(GWT 2.0)
the first thing i have noticed is that the application generated by my
maven plugin doesn't contain the server package or the web.xml file.
my application works fine without rpc call
but when i tryed to add rpc, i added the web.xml file into the folder
war/WEB-INF
but when running the application, the rpc service doesn't work and i
have this warning:

00:00:00,359 [WARN] Unable to process 'file:/C:/Documents%20and
%20Settings/poste01/myworkspace/myapplication/war/WEB-INF/web.xml' for
servlet validation
javax.servlet.UnavailableException: Configuration problem       at
org.mortbay.jetty.webapp.WebXmlConfiguration.initialize(WebXmlConfiguration.java:
298)    at
org.mortbay.jetty.webapp.WebXmlConfiguration.configure(WebXmlConfiguration.java:
222)    at
com.google.gwt.dev.ServletValidator.create(ServletValidator.java:69)
at com.google.gwt.dev.ServletValidator.create(ServletValidator.java:
52)     at com.google.gwt.dev.DevMode.doSlowStartup(DevMode.java:332)   at
com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:953)    at
com.google.gwt.dev.DevModeBase.run(DevModeBase.java:690)        at
com.google.gwt.dev.DevMode.main(DevMode.java:251)

what is the source of my problem?

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