project.gwt.xml is your client configuration file. Where you tell GWT what to include, wich language permutations and deffered binding, etc.
web.xml is your servlet configuration file used by tomcat for server configurations. You don't really need to touch web.xml if you're using another server than tomcat. Christian On Wed, Mar 3, 2010 at 8:52 AM, Russ <[email protected]> wrote: > Hi, > What is the difference between the project.gwt.xml and the web.xml? > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
