Re: [OT] clear text keystore password in server.xml

2010-09-04 Thread Pid
On 04/09/2010 12:41, Pid wrote: > On 04/09/2010 11:05, Rainer Jung wrote: >> On 02.09.2010 18:55, Pid wrote: >>> On 02/09/2010 17:31, Christopher Schultz wrote: Pid, On 9/2/2010 11:51 AM, Pid wrote: > ..lots of info is available by JMX, once the server is up. In Java 6 > you

Re: [OT] clear text keystore password in server.xml

2010-09-04 Thread Pid
On 04/09/2010 11:05, Rainer Jung wrote: > On 02.09.2010 18:55, Pid wrote: >> On 02/09/2010 17:31, Christopher Schultz wrote: >>> Pid, >>> >>> On 9/2/2010 11:51 AM, Pid wrote: ..lots of info is available by JMX, once the server is up. In Java 6 you can attach to the process locally, witho

Re: [OT] clear text keystore password in server.xml

2010-09-04 Thread Rainer Jung
On 02.09.2010 18:55, Pid wrote: On 02/09/2010 17:31, Christopher Schultz wrote: Pid, On 9/2/2010 11:51 AM, Pid wrote: ..lots of info is available by JMX, once the server is up. In Java 6 you can attach to the process locally, without having to configure the JMX ports because it injects the ma

Re: [OT] clear text keystore password in server.xml

2010-09-02 Thread Pid
On 02/09/2010 17:31, Christopher Schultz wrote: > Pid, > > On 9/2/2010 11:51 AM, Pid wrote: >>> On 9/2/2010 11:28 AM, Christopher Schultz wrote: 1. Use a password entered on the console during start-up (the "Apache httpd strategy") > >> java.io.Console makes this easy in Java 6, but

Re: [OT] clear text keystore password in server.xml

2010-09-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 9/2/2010 11:51 AM, Pid wrote: >> On 9/2/2010 11:28 AM, Christopher Schultz wrote: >>> 1. Use a password entered on the console during start-up (the "Apache >>> httpd strategy") > > java.io.Console makes this easy in Java 6, but... Right: