On Mon, 7 May 2001, Mike Braden wrote: > +1 > > As for the security key, would it be possible to generate > a unique key when mod_jk is first installed? Maybe we could > create some basic mechanism, similar to the way ssh generates That's what tomcat3.3 does for ajp12 shutdown messages: at startup it generates a random password ( if none was explicitely set ). The code is quite simple to add for ajp14 too. Costin