dev@grizzly.java.net

Re: display configuration in v3

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Tue, 29 Sep 2009 11:58:30 -0400

Salut,

-Dcom.sun.grizzly.displayConfiguration=true works for me with the last
build:

> 29-Sep-2009 10:48:01 AM com.sun.enterprise.v3.admin.adapter.AdminConsoleAdapter setStateMsg
> INFO: The Admin Console is already installed, but not yet loaded.
> 29-Sep-2009 10:48:01 AM com.sun.grizzly.http.SelectorThread displayConfiguration
> INFO:
> Grizzly running on Linux-2.6.28-11-generic under JDK version: 1.6.0_13-Sun Microsystems Inc.
> port: 8080
> Thread Pool: StatsThreadPool[name=http-listener-1, min-threads=5, max-threads=5, max-queue-size=2147483647, is-shutdown=false, port=8080]
> Read Selector: -1
> ByteBuffer size: 8192
> maxHttpHeaderSize: 8192
> sendBufferSize: 8192
> maxKeepAliveRequests: 250
> keepAliveTimeoutInSeconds: 30
> Static File Cache enabled: false
> Static resources directory: /home/jfarcand/workspace/v3/glassfishv3/glassfish/domains/domain1/docroot
> Adapter : com.sun.enterprise.v3.services.impl.ContainerMapper
> Asynchronous Request Processing enabled: true
> 29-Sep-2009 10:48:01 AM com.sun.grizzly.Controller start
> INFO: Starting Grizzly Framework 1.9.18b - Tue Sep 29 10:48:01 EDT 2009
> 29-Sep-2009 10:48:02 AM com.sun.enterprise.v3.services.impl.GrizzlyProxy$1$1 onReady
> INFO: Grizzly Framework started in: 311ms listening on port 8080
> 29-Sep-2009 10:48:02 AM com.sun.grizzly.http.SelectorThread displayConfiguration
> INFO:
> Grizzly running on Linux-2.6.28-11-generic under JDK version: 1.6.0_13-Sun Microsystems Inc.
> port: 4848
> Thread Pool: StatsThreadPool[name=admin-listener, min-threads=5, max-threads=5, max-queue-size=2147483647, is-shutdown=false, port=4848]
> Read Selector: -1
> ByteBuffer size: 8192
> maxHttpHeaderSize: 8192
> sendBufferSize: 8192
> maxKeepAliveRequests: 250
> keepAliveTimeoutInSeconds: 30
> Static File Cache enabled: false
> Static resources directory: /home/jfarcand/workspace/v3/glassfishv3/glassfish/domains/domain1/docroot
> Adapter : com.sun.enterprise.v3.services.impl.ContainerMapper
> Asynchronous Request Processing enabled: false
> 29-Sep-2009 10:48:02 AM com.sun.grizzly.Controller start
> INFO: Starting Grizzly Framework 1.9.18b - Tue Sep 29 10:48:02 EDT 2009
> 29-Sep-2009 10:48:02 AM OSGiModuleImpl start

when doing:

java -Dcom.sun.grizzly.displayConfiguration=true

Scott Oaks wrote:
> On 09/29/09 11:44, Scott Oaks wrote:
>> According to the one-pager:
>>
>> http://wiki.glassfish.java.net/Wiki.jsp?page=GrizzlyConfigOnePager
>>
>> to display the grizzly configuration I set
>> display-configuration="true" in the tcp transport stanza. But that
>> isn't working.
>>
>> Is the doc wrong, or is it a bug?


This is a bug. Can you file an issue?

Thanks

-- Jeanfrancois




>>

>> -Scott
>>
>
> I should have added that the -D option doesn't work either (though I
> wouldn't expect it to...)
>
> -Scott
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>