RE: [JBoss-user] cryptography - slow starting????

2001-11-13 Thread John Moore
Title: RE: [JBoss-user] cryptography - slow starting Doin' the same thing. You can write an MBean to do the initialization on startup so that your user doesn't see the hit.  We have not done this one yet but have other MBeans for similar initializations. John -Origin

Re: [JBoss-user] cryptography - slow starting????

2001-11-13 Thread danch
That's probably the initialization of SecureRandom - it takes a while so that it knows its seed is good (IIRC). Gerry Duhig wrote: > Hi! > > > > I have successfully built a servlet that uses JCE to encrypt data and > deployed it under JBoss Tomcat 2.4.1-3.2.2. > > > > The very first ac