You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jean-frederic clere <jf...@fujitsu-siemens.com> on 2002/11/04 17:54:50 UTC

PersistentManager

Hi,

I am trying to use the PersistentManager. But it seems it is not working:
- maxActiveSessions=0:
   No session are possible. (That is not what says the server.xml ).
- saveOnRestart=true:
   A part creating the file it seems it is doing nothing.

Has someone already use it?

I need a more complex FileStore:
- I need to have an absolut directory.
- I want to add some locking (to be able to share the sessions between Tomcat's).

Should I create a new FileStore or improve the existing one?

Cheers

Jean-frederic


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: PersistentManager

Posted by jean-frederic clere <jf...@fujitsu-siemens.com>.
Clere, Jean-Frederic wrote:
> Hi,
> 
> I am trying to use the PersistentManager. But it seems it is not working:
> - maxActiveSessions=0:
>   No session are possible. (That is not what says the server.xml ).
> - saveOnRestart=true:
>   A part creating the file it seems it is doing nothing.
> 
> Has someone already use it?
> 
> I need a more complex FileStore:
> - I need to have an absolut directory.

That is the directory directive of FileStore and it works.
But I have noted that a swapped session "dispairs" after beeing swapped.

> - I want to add some locking (to be able to share the sessions between 
> Tomcat's).
> 
> Should I create a new FileStore or improve the existing one?

I have to write a new one. Because I need a piece of native code.

> 
> Cheers
> 
> Jean-frederic
> 
> 
> -- 
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
> 
> 




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>