[jboss-as7-dev] web subsystem management use cases

Andrig Miller anmiller at redhat.com
Tue May 10 17:21:32 EDT 2011


I'm wondering about the socket related parameters that used to be there, and specifically the HTTP Keep Alive parameter that I set differently in my performance tuning.

Andy

----- Original Message -----
> From: "Heiko Braun" <hbraun at redhat.com>
> To: "jboss-as7-dev at lists.jboss.org Development" <jboss-as7-dev at lists.jboss.org>
> Sent: Tuesday, May 10, 2011 9:18:40 AM
> Subject: [jboss-as7-dev] web subsystem management use cases
> 
> 
> Do any sophisticated web management sue cases exist?
> To most if this looks like r/o data.
> 
> What about the "virtual-server" and "ssl" attributes?
> 
>  
> [domain at localhost:9999 /]
> /profile=default/subsystem=web:read-resource(recursive=true)
> {
>     "outcome" => "success",
>     "result" => {
>         "configuration" => undefined,
>         "connector" => {"http" => {
>             "protocol" => "HTTP/1.1",
>             "socket-binding" => "http",
>             "scheme" => "http",
>             "virtual-server" => undefined,
>             "ssl" => undefined
>         }},
>         "virtual-server" => {"localhost" => {
>             "alias" => ["example.com"],
>             "access-log" => undefined,
>             "rewrite" => undefined
>         }}
>     },
>     "compensating-operation" => undefined
> }
> 
> Ike
> 
> 
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
> 


More information about the jboss-as7-dev mailing list