.
---
- 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
> 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
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