PersistentManager

2005-04-19 Thread Ron Crayton
The documentation for the PersistentManager has contained the following warning since Tomcat 4.1. Is it really still considered experimental? WARNING - Use of this Manager implementation has not been thoroughly tested, and should be considered experimental! Thanks

Re: PersistentManager

2005-04-19 Thread Jess Holle
Considering there are a number of issues with it (that I provided patches for a while back that were not accepted) I'd say it should be. Also session passivation and activation listeners are not called... Ron Crayton wrote: The documentation for the PersistentManager has contained the foll

PersistentManager with FileStore

2003-01-24 Thread Dietmar . Mueller
2:31 | at org.apache.catalina.session.StoreBase.processExpires(StoreBase.java:293) INFO | jvm 1| 2003/01/24 12:42:31 | at org.apache.catalina.session.StoreBase.run(StoreBase.java:350) INFO | jvm 1| 2003/01/24 12:42:31 | at java.lang.Thread.run(Thread.java:484) I config the persistentmanager in the cont

Antwort: PersistentManager with FileStore

2003-01-27 Thread Dietmar . Mueller
2nd attempt Is nobody useing this feature with tomcat and have some experience and want to give me some hint? Dietmar [EMAIL PROTECTED] am 24.01.2003 15:57:45 Bitte antworten an "Tomcat Users List" <[EMAIL PROTECTED]> An:[EMAIL PROTECTED] Kopie: Thema: Persis

PersistentManager and Session Update

2004-07-21 Thread Linder Anna-Verena
Hi, I have a problem with the configuration of the PersistentManager and session update times. I would like to share sessions across a cluster (managed outside of Tomcat) by having the PersistentManager write and read session data to and from a database. I tried to configure the

Runaway session duplication via PersistentManager

2002-09-09 Thread Jon Tyree
e. I might have had debug at 1. This behavior only happens when I try using the PersistentManager. Is this a bug? It sure looks like one. It happens on Tomcat 4.0 and 4.1.10. I'm using a class I wrote that implements SessionActivationListener to keep tr

Re: Antwort: PersistentManager with FileStore

2003-01-28 Thread Kief Morris
[EMAIL PROTECTED] typed the following on 08:56 28/01/2003 +0100 >I want to store session information on filesystem so that it is possible >for me to >restart tomcat without loosing all sessioninformations. First of all, you don't need to use PersistentManager to do this - the d

Tomcat 4.0.1 PersistentManager with JDBCStore

2002-05-11 Thread Grant Edwards
Hi, Where applicable I have configured my element inside my element to have the same jdbc config (driverName, connectionURL, connectionName,connectionPassword) as my JDBCRealm. The JDBCRealm works fine but the JDBCStore seems to be misbehaving. Tomcat (4.0.1) starts fine, no exceptions thro

Re: PersistentManager and Session Update

2004-08-02 Thread Jules Gosnell
Linder, Last time that I looked at the PersistentManager the impression that I got was that it was not designed for use within a cluster, but rather within an isolated node. The move to a clustered mode of operation introduces many new problems into state management. WADI (wadi.codehaus.org

How to limit session ? PersistentManager ?

2005-05-09 Thread Mohd. Jeffry
To to limit session in tomcat 4.1 ? I've found this in my server.xml If I uncomment this and put the maxActiveSessions="100", would that limit the connection 100 sessions? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Antwort: Re: Antwort: PersistentManager with FileStore

2003-01-28 Thread Dietmar . Mueller
t; <[EMAIL PROTECTED]> Kopie: Thema: Re: Antwort: PersistentManager with FileStore [EMAIL PROTECTED] typed the following on 08:56 28/01/2003 +0100 >I want to store session information on filesystem so that it is possible >for me to >restart tomcat without loosing all session

Re: Antwort: Re: Antwort: PersistentManager with FileStore

2003-01-28 Thread Kief Morris
x27;t try to swap it out after 60 seconds - you would have to set maxIdleSwap="1" to make that happen. What happens if you use a fresh installation of tomcat 4.0.6 and configure the PersistentManager? If that runs fine, try adding components from the server you are having problems with

{ICICICARE#002-039-416}Antwort: PersistentManager with FileStore

2003-01-28 Thread NRI Cell
Dear Sir/Madam, We have received your e-mail and shall respond to you shortly. Regards ICICI Bank NRI Services Centre

Manager App / ManagedBean is not found with PersistentManager

2002-07-31 Thread franzR
I've activated the Manager functionality in the server's configuration for tomcat, however, this application cannot be started due to the following exception: " java.lang.Exception: ManagedBean is not found with PersistentManager at org.apache.catalina.mbeans.MBeanUt