Hi,

sure thing; Just tell JSF in web.xml the context parameter:

<context-param>
<param-name>org.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION</param-name>
       <param-value>20</param-value>
       <description>Only applicable if state saving method is
"server" (= default).
           Defines the amount (default = 20) of the latest views are
stored in session.
</description>
</context-param>

cheers,

Gerald

On 7/11/06, Jesse Alexander (KSFD 121)
<[EMAIL PROTECTED]> wrote:
Is there a parameter telling MyFaces-StateManager how many views to
store/cache? That parameter can have an influence on the amount of
memory
used in the HttpSesssion and therefor has an impact on
server-performance.

regards
Alexander

> -----Original Message-----
> From: Mike Duffy [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 10, 2006 10:27 AM
> To: MyFaces Discussion
> Subject: Re: JSF Performance Problems
>
> Could you please rerun the metrics with the performance
> tuning suggestion found at:
> http://wiki.apache.org/myfaces/Performance
>
> Thx.
>
> Mike
>



--
Gerald Müllan
Schelleingasse 2/11
1040 Vienna, Austria
0043 699 11772506
[EMAIL PROTECTED]

Reply via email to