On 10 nov, 22:52, Ladislav Gazo <[email protected]> wrote: > Hello, > > I want to ask you how does Google Eclipse Plugin recognize whether to > run embedded Tomcat or Jetty? What is the rule for that? I am > experiencing various undeterministic (from my point of view) > situations where for one project it runs with Jetty and for another > Tomcat...
AFAICT it looks for the presence of a "war" folder to determine if it should use GWTShell (tomcat, uses <servlet/> in gwt.xml) or HostedMode (jetty, uses war/ with servlets declared in war/WEB-INF/web.xml) Note that this is determined at the time you add the GWT nature to your project. If you later add or remove the "war" folder, you have to uncheck GWT in your project's option, save the project, then enable GWT again for the change to be taken into account. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
