dev@grizzly.java.net

Re: properites motherlode

From: Justin Lee <Justin.Lee_at_Sun.COM>
Date: Tue, 17 Feb 2009 11:48:07 -0700

I've updated the one pager with alexey's feedback. Any other thoughts
before I go update the code? Can I delete the DTDs now that we're
working with live java interfaces? Keeping both in sync in tedious and
error prone...

Oleksiy Stashok wrote:
> Hi Justin,
>
> very great to see you're making good progress!!! :)
> I'll just add comments on properties I have idea about, the rest I'll
> leave for Jeanfrancois and Jan :)
>
>
>> GrizzlyServiceListener configures a *lot* of stuff based on
>> <property> elements under <http-listener>. Some of that I can drop
>> because we have config elements for them but not all. Things like
>> comet support now have formal support but most of these others
>> don't... What to do with those? Leave 'em? Add config elements to
>> Http?
>>
>> bufferSize
> add transport->buffer-size
>
>> use-nio-direct-bytebuffer
> same as transport->byte-buffer-type (HEAD/DIRECT values are supported)
>
>> maxKeepAliveRequests
> http->max-connections
>
>> authPassthro
> ? no idea
>
>> compression
>> compressableMimeType
>> noCompressionUserAgents
>> compressionMinSize
>> restrictedUserAgents
> go under http
>
>> rcmSupport
> probably add http>enable-rcm-support
>
>>
>> cometSupport
> http->enable-comet-support
>
>> connectionUploadTimeout
>> disableUploadTimeout
> ? no idea
>
>> proxiedProtocols
> will be replaced with port-unification
>
>> chunkingDisabled
>> chunking-disabled
> IMHO we need to add http->chunking-disabled
>
>> crlFile
> ? no idea
>
>> trustAlgorithm
>> trustMaxCertLength
> IMHO it should be under ssl
>
>> uriEncoding
> ? no idea.
>
>> jkEnabled
> Seems we don't need this anymore for grizzly config.
>
> WBR,
> Alexey.
>
>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
>> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>