May be this post will help: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/8fc260a7865076e9/
It was solved by adding webAppDirectory to the GWT maven plugin. On Jan 5, 8:50 pm, Shubhang Mani <[email protected]> wrote: > I'm trying to deploy a GWT application to an external server in order to run > it in production mode. When I try to access the application, I get an alert > dialog with the message: > "GWT Module '<name-of-module>' may need to be (re)compiled" > > After dismissing the alert, I can see all the static content from my host > page but nothing else. Server logs do not have any errors. > > The application runs fine in development mode. > > Some relevant details: > GWT 2.1.0 > Eclipse 3.6 Helios > Apache Maven 3.0 > Project was generated using the GWT maven plugin 2.1.0-1 > Trying to deploy to apache tomcat 7.0.4 > > I've verified that GWT compile is being executed when I run maven. > I've also checked the war that was generated (using mvn package). It has the > appropriate pieces (host page, static content, *nocache.js, *cache*, server > side service layer code). > > I realize that this may not be a core web toolkit related issue but I hope > someone can help or point me to the right forum in order to solve this > issue. > > Thanks > Shubhang -- 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.
