Jon Stevens wrote:
>
> I can deal with 4-5 seconds although that is a bit long as well. Is this
> code re-executed when the classloader is dumped as well?
Yep, although that's probably something that could be changed.
> If not I can deal
> more with this 4-5 seconds. If so, then I think that 4-5 seconds is to slow
> as well and we should find another RNG solution.
Patches are welcome. (Now where have I heard that one before? :-).
Actually, you can configure this to use the java.util.Random class to speed up your
development scenario:
<Context path="..." docBase="...">
<Manager randomClass="java.util.Random"/>
</Context>
Craig