I faced a similar problem. This is how I solved. Right click on
project configure your gwt sdk properly(Project-->Google-->web toolkit
settings). And check app engine settings. Compile your project to
check new compiled files in war directory.

S. Abraham
www.DataStoreGwt.com
Persist objects directly in GAE

On Sep 20, 4:32 am, Laura Bickle <bickle.la...@gmail.com> wrote:
> 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#D...
>
> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to