Deploying to jboss

2010-02-10 Thread John Ivens
In the older versions of GWT I created build.xml scripts and ran ant to create war files to deploy to jboss. Do I still have to do this with the new (2.0) architecture? I tried copying the war directory (generated by eclipse plugins for compilation) into jboss/server/default/deploy/project but I

Deploying to JBoss

2009-10-30 Thread Christian López Espínola
I'm trying to deploy a project built with GWT in JBoss, but I'm getting an stacktrace on JBoss logs. I read this thread [1] but I didn't found anything clear on this. The exception is: 2009-10-30 11:34:35,740 ERROR [org.jboss.deployment.MainDeployer] Could not start deployment:

Re: Deploying to JBoss

2009-10-30 Thread Christian López Espínola
Oops, it was a problem with web.xml. Sorry for the noise. On Fri, Oct 30, 2009 at 11:41 AM, Christian López Espínola penyask...@gmail.com wrote: I'm trying to deploy a project built with GWT in JBoss, but I'm getting an stacktrace on JBoss logs. I read this thread [1] but I didn't found