Hart, Justin wrote:
Is there a way to use SSL in tomcat without having to type the password to your keystore in plaintext in the server.conf file?
Justin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
you could write a C program to prompt for the password, and then use the
Invocation API to lunch an embedded version of tomcat, whereby passing
the password to the java class. This way, the password does not appear
on the process list either.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]