users@glassfish.java.net

Re: problems with the embedded maven launching of webapp

From: Amy Roh <amy.roh_at_oracle.com>
Date: Fri, 02 Apr 2010 12:24:56 -0700

Gregory Gerard wrote:
> I've had a lot of problems in general getting it going. Since my webapp has a persistence unit, it needs a datasource.
>
> So I'm using the stock domain1 with my datasource added in.
>
> However, the embedded version of glassfish seems to be missing grizzly-comet.
>
> I found this out when I kept getting launch errors about the classpath not having the Comet async stuff.
>
Can you send the launch errors?

Thanks,
Amy
> The culprit:
> <http default-virtual-server="server" max-connections="250" server-name="" comet-support-enabled="true">
>
> Changing this to false make the problem go away but means embedded GF is no longer the equivalent of jetty:run.
>
> Is there a workaround for this? I'd like to the domain for test match the domain for production as faithfully as possible.
>
> thanks,
> greg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>