My app works in development mode, so it was time to run it in production. This webpage:
http://code.google.com/webtoolkit/doc/latest/DevGuideDeploying.html#DevGuideDeployingWebServer made it sound like all I needed to do was wrap my files into a war file and drop the war file in the deploy directory of my server. So I: cd $MY_PROJECT/war jar -cvf $MY_PROJECT.war * cp $MY_PROJECT.war jboss-5.1.0.GA/server/web/deploy I got this in my server.log: 2011-09-19 22:13:19,796 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (HDScanner) deploy, ctxPath=/$MY_PROJECT but when I go to $MY_WEBSITE/$MY_PROJECT, all I get is an alert saying: GWT module 'gwtclient' may need to be (re)compiled I googled it and the most common problems were - clear your cache (which I've done) - fix your pom.xml (I didn't use maven.) What am I doing wrong? Any help is appreciated. Thanks, Laura -- 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.
