Thanks,
That did it.
Another question for you...I am now getting OutOfMemoryErrors while
trying to compile and build Google Web Toolkit from Maven. I tried
setting my pom file to:
<plugin>
<groupId>com.totsp.gwt</groupId>
<artifactId>maven-googlewebtoolkit2-plugin</
artifactId>
<configuration>
<fork>true</fork>
<logLevel>INFO</logLevel>
<runTarget>com.baesystems.grading.gwt/Main.html</runTarget>
<compileTargets>
<value>com.baesystems.canes.grading.gwt.Main</value>
</compileTargets>
<gwtVersion>${gwtVersion}</gwtVersion>
</configuration>
<executions>
<execution>
<goals>
<goal>mergewebxml</goal>
<goal>compile</goal>
</goals>
</execution>
</executions>
</plugin>
But there's no process fork going on. I also tried setting
<jvmArg>-Xmx1024m</jvmArg> but that doesn't help either.
Has anyone come across this?
Thanks.
On Sep 27, 6:27 pm, "Carlos Rafael Ramirez" <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> I am using jboss, eclipse and ant (not maven) to deploy my web application
> using GWT 1.5 and no problem at all. Check your html host page. A simple
> check is trying to download the nocache file as is written in your webpage.
> If it can be found by the browser well at least your web application is
> well configured.
>
> Regards,
> Carlos
>
>
>
> On Sat, Sep 27, 2008 at 8:19 PM, Ronak Patel <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
>
> > I'm using Eclipse & Maven to deploy a GWT 1.5 web application to
> > JBoss. When I run the application inside of the built in Application-
> > shell.cmd program, I see my web application inside of the Google
> > Browser Window.
>
> > However, when I build the war file using Maven and the GWT Archetype,
> > I am unable to visit the web application home page.
>
> > Maven runs and bundles the outputs of the Application-compile.cmd
> > file. This includes a WEB-INF complete with classes and lib folders
> > along with the nocache and cache html and js files.
>
> > Was anyone else ever able to deploy and view the outputs of a GWT
> > application successfully?- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---