Re: Password Input on Tomcat Startup

2008-02-08 Thread Johnny Kewl
. --- - Original Message - From: "Jan Mönnich" <[EMAIL PROTECTED]> To: Sent: Friday, February 08, 2008 12:30 PM Subject: Password Input on Tomcat Startup Hi folks, we have a very sensitive webapp that requires the input of a password when the tomcat s

RE: Password Input on Tomcat Startup

2008-02-08 Thread Peter Crowther
> From: Jan Mönnich [mailto:[EMAIL PROTECTED] > we have a very sensitive webapp that requires the input of a password > when the tomcat server starts. We don't want to store this password > in a file. One way we've already tested could be the use of a JDialog > with a JPasswordField that is shown i

Password Input on Tomcat Startup

2008-02-08 Thread Jan Mönnich
Hi folks, we have a very sensitive webapp that requires the input of a password when the tomcat server starts. We don't want to store this password in a file. One way we've already tested could be the use of a JDialog with a JPasswordField that is shown in the init() method of a servlet (1). Unfor