dev@glassfish.java.net

Re: list-applications not working

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Fri, 04 Jan 2008 16:15:10 -0800

I fixed that issue in the today's checkin. let me know if you see
anything else.

On Dec 17, 2007, at 5:36 PM, Peter Williams wrote:

> In my much older (~August 2007?) build of Glassfish V3, if I have a
> deployed web application, this is the output I get from running
> "list-applications" -- it shows a web contract provider and also two
> deployed applications.
>
> GlassFish List of Deployed Applications command report
>
>
>
> Exit Code : SUCCESS
> List of deployed applications per container
>
> web ContractProvider
>
> Connector module com.sun.enterprise.glassfish:gf-web-connector
> Sniffer module class com.sun.enterprise.v3.deployment.GenericSniffer
> HelloWeb
>
> Source /space/tmp/HelloWeb/build/web
> WebApplication6
>
> Source /space/tmp/WebApplication6/build/web
>
>
> However, with the lastest build of V3, this doesn't work. The
> output is below -- note only the contract provider is shown, not the
> deploy application. Yes, there is actually a deployed application.
>
> GlassFish List of Deployed Applications command report
>
>
>
> Exit Code : SUCCESS
> List of deployed applications per container
>
> web ContractProvider
>
> Connector module org.glassfish.web:gf-web-connector
> Sniffer module class com.sun.enterprise.v3.web.WebSniffer
>
>
> Is this an intentional change? If so, what is the command to
> retrieve the current set of deployed user applications?
>
> If not, I need it fixed, preferably soon.
>
> -Peter