Hi,
I work with Tomcat 4.1 on Solaris. We except a huge increase of our clients on our site (about 200,000 user in 2 hours every day) in a few weeks, each with a session if possible. I wonder which kind of session must be used in order not to overload the memory of tomcat, and to keep sufficient performance: in memory, file or database? More, I don't know how to scale the JDBC connections pools. I guess the default is pretty bad for me. Thanks in advance Paul