2011/11/24 Mark Thomas <ma...@apache.org>:
> On 22/11/2011 20:42, Satish Mittal wrote:
>> Hi All,
>>
>> I have observed a regression between tomcat 5 and tomcat 7.
>
> That is https://issues.apache.org/bugzilla/show_bug.cgi?id=38774 that
> was fixed only in the 5.5.x branch.
>
> I'm not a huge fan of using system properties for configuration so I
> prefer the Tomcat 6+ approach that requires explicit configuration (even
> though some system properties are still used as fall back).
>
>>
>> In my tomcat webapp, before I spawn another tomcat webapp process, I pass
>> on the keystore password by setting the system property
>> "javax.net.ssl.keyStorePassword" to keystore password, instead of writing
>> the keystore password in plain-text as an attribute in server.xml.
>>

You can always use
keystorePass="${javax.net.ssl.keyStorePassword}"

That will work in all current Tomcat versions, including 5.5 as well.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to