I have a Tomcat application that requires multiple passwords on startup.
My current configuration uses a Java Properties object to load in the passwords from a password.conf file.
现在要求,在系统上不准许密码。 我曾建议对密码档案进行加密,但这不是一种选择。
理想的情况是,托马卡特的开端文字只能读从指挥线上使用的关键密码,并提交我的申请。
由于Tomcat正在开始做大mon,我认为我不能利用任何 Java指挥线I/O,如斯堪的斯堪纳语读过密码。
是否有任何解决办法?
Thanks PR