What about if you use maven to manage your libs and build? Then copying the war folder will not work...
On Thu, Feb 11, 2010 at 1:03 AM, John Ivens <[email protected]>wrote: > Okay, this is ulitmately easy... > > Step 1. Recursively copy your war directory to <project>.war in > <jboss>/server/default/deploy > > You HAVE to name it with the .war or JBOSS becomes TERRIBLY confused. > > Step 2. For some reason, database connectivity (for me, at least) broke in > JBOSS. I needed to copy mysql-connector-java-3.0.17-ga-bin.jar into > <jboss>/server/lib > > This lets JBOSS see the database connectivity in a way it understands. I > don't understand, but hey, it works. Of course, if you use Oracle you'll > probably copy a different file.. > > > I hope that this saves someone time in case they have to do it themselves. > > Oh, when you start your project don't set it up as for GAE (Google App > Engine)... I think this might cause problems. > > > > -- > 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.
