From: EJP on
On 14/04/2010 9:01 PM, Peter Horlock wrote:
> EJP schrieb:
>>
>> Clearly Tomcat is configured to look for its
>> truststore in the logs folder

> Seems like Java looks for the cacerts file in the current working directory.

No. Java doesn't do that. It seems like *Tomcat* is configured to look
for the cacerts file in the current directory.
> Also, I still don't know why Tomcat ignored my System property which
> should have told it where to look for the cacerts file instead...

Because it has its own, documented, configuration file.

From: EJP on
On 15/04/2010 7:24 AM, Lew wrote:
> EJP wrote:
>> Clearly Tomcat is configured to look for its
>> truststore in the logs folder, which BTW is a really stupid place for
>
> That's not true by default.

I agree. This Tomcat *instance* is configured to do that ... or see the
OP's explanation above ...
From: Lew on
EJP wrote:
> On 15/04/2010 7:24 AM, Lew wrote:
>> EJP wrote:
>>> Clearly Tomcat is configured to look for its
>>> truststore in the logs folder, which BTW is a really stupid place for
>>
>> That's not true by default.
>
> I agree. This Tomcat *instance* is configured to do that ... or see the
> OP's explanation above ...

Just clarifying a possible ambiguity for the sake of other readers.

--
Lew