Sorry for repeating question that I remember was already asked but I failed to
find the answer in archives. Tomcat 3.2.1 takes a very long (unacceptable, imo)
time to respond to the 1st request for the particular client, afterwards things
go much faster.
If I recall correctly solution was to replace default session id generator based
on java.security.SecureRandom(), that's slow to init with a new seed, with the
much faster, though less safe, standard Random class or Math.random. That could
be easily done by tweaking something in server.xml file. Could, please, somebody
remind me how to do this?
Thanks,
Alec
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]