When you use APR the SSL implementation is coming from openssl instead of
java. openssl has no use for java keystore files. So it becomes more like
an apache httpd config with separate files for keys and certificates.
On Tue, Dec 15, 2015 at 5:12 AM, Nithesh Kb wrote:
> HI,
> I have build APR
On 2/6/2014 10:45 PM, Filip Hanik wrote:
> Yes, define the connection pool in server.xml, then
> in context.xml define a That binds the shared connection pool
> to each context.
Thank you, that worked perfectly. Although I think you meant
.
-Dave
-
I have defined a JNDI JDBC datasource as a resource in the global
context.xml file. I was under the impression that what this does is to
create a shared connection pool that is tomcat wide. But in practice what
seems to happen is that a new instance of that connection pool is created
for each con