Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Question to parameter com.sun.faces.serializeserverstate

862305Jan 23 2012 — edited Jan 24 2012
Hello,
I am actually working on a JSF web application. We use JSF 2.1.2 and primefaces 2.2.1.
Actually we have some memory Problems on the server. So we made some tests with STATE_SAVING_METHOD "client"
and STATE_SAVING_METHOD "server" and com.sun.faces.serializeserverstate.

My question here is, where does JSF write the server state on disk (directory, filename).
Is it possible to change this manually?? (We need this, for daily clean up)

What happens if the memory on harddisk is full? JSF will change mode or just stop??

When will JSF clean up the serialized server states?

Is JSF compressing the serverstate before serializing or does JSF compress only for "client"-method??

I have searched the net but was not able to find any satisfying information.
I hope anybody can help me!

thx
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 21 2012
Added on Jan 23 2012
4 comments
681 views