-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


On 12/17/12 1:28 PM, Nico Peters wrote:
> Hi Chris,
> 
> the context.xml looks like this:
> 
> <?xml version='1.0' encoding='utf-8'?>
> 
> <Context>
> 
> <!-- Default set of monitored resources --> 
> <WatchedResource>WEB-INF/web.xml</WatchedResource>
> 
> <Manager className="org.apache.catalina.session.PersistentManager" 
> saveOnRestart="true" minIdleSwap="0"

So you want sessions to be purged from memory (and put on the disk)
ASAP? That seems aggressive. I don't think you want to use HttpSession
at all if that's the case.

> maxIdleSwap="60"

Force swap-to-disk after 60 seconds.

> maxIdleBackup="0">

So you want to copy sessions to disk as soon as possible?

> <Store className="org.apache.catalina.session.FileStore" /> 
> </Manager> </Context>
> 
> Unfortunately, I didn't have any more detailed information. I
> haven't thought about dumping the thread, because I had to solve
> the problem fast.
> 
> I hope someone has some more information for that incident.

It's tough to tell what might have happened without much information.
Have you performed a read/write test on the disk? Hardware test on the
server?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEAREIAAYFAlDPctUACgkQ9CaO5/Lv0PC4DwCeLGGE1UA74RyxZtEsPVxJ86Aj
NrEAnRqboKG0lG45jddMI2YOtbA+DvOa
=mtUW
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to