RE: getSession(true) AND SecureRandom

2001-03-08 Thread Randy Layman
Solano Martinez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 9:39 PM To: [EMAIL PROTECTED] Subject: Re: getSession(true) AND SecureRandom Then, is it possible to initialize SecureRandom at startup time? You know, the only thing I'm asking for is not to have the first client waiting 20

Re: getSession(true) AND SecureRandom

2001-03-08 Thread Alfredo Solano Martinez
Hi again, just a couple of things about this little headache of mine :-) : 1. -It seems that SecureRandom initializes at startup time since Tomcat 3.2.2 (currently beta :- ( ) 2.- So. what about that load-on-startup tag?? What are the possible values it may have? Thanks for the replies

Re: getSession(true) AND SecureRandom

2001-03-08 Thread David Wall
2.- So. what about that load-on-startup tag?? What are the possible values it may have? Those are part of the standard for servlet 2.2, and accordingly they are supposed to be set to a positive number, with the number indicating the relative order that the servlets should be loaded on

Re: getSession(true) AND SecureRandom

2001-03-07 Thread Alfredo Solano Martinez
Then, is it possible to initialize SecureRandom at startup time? You know, the only thing I'm asking for is not to have the first client waiting 20 seconds to have his/her page loaded :-) Alfredo - To unsubscribe, e-mail: