Re: Where to put resources required by library class

2013-02-22 Thread Ian Pilcher
On 02/21/2013 10:41 PM, Christopher Schultz wrote: > Short of putting it into the "endorsed" directory, you should put it > into CATALINA_BASE/lib, right alongside of your JDBC library. OK. I sort of figured that, although it feels a bit weird to have a certificate sitting there along with all th

Re: Where to put resources required by library class

2013-02-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ian, On 2/19/13 3:19 PM, Ian Pilcher wrote: > I am writing a custom SSLSocketFactory for use with the PostgreSQL > JDBC driver. This custom factory will allow the administrator to > specify the CA certificate used to validate the PostgreSQL server'

Where to put resources required by library class

2013-02-19 Thread Ian Pilcher
I am writing a custom SSLSocketFactory for use with the PostgreSQL JDBC driver. This custom factory will allow the administrator to specify the CA certificate used to validate the PostgreSQL server's SSL certificate, on a per-datasource basis. Assuming that my SSLSocketFactory will be installed a