On Sat, Nov 26, 2011 at 2:56 AM, Konstantin Kolinko
<knst.koli...@gmail.com>wrote:

> 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.
>
>
That's a good idea... I tried that out and it worked for me with tomcat
7.0.22... Thanks Konstantin!

Best regards,
> Konstantin Kolinko
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
"The happiest of people don“t necessarily have the best of everything, they
just make the most of everything that comes along their way."

Reply via email to