-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
James,
On 11/28/14 5:50 AM, James Green wrote:
> Ref http://tomcat.apache.org/tomcat-8.0-doc/connectors.html
>
> Those new to Tomcat will not know what a "connector" is. I presume
> it's the network protocol used to listen and respond to external
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Christian,
On 11/28/14 7:57 AM, Christian wrote:
> reading tomcat 8.x documentation, I don't find anything about
> tomcat-dbcp. The use of tomcat-jdbc is described at [1]. Some of
> the disadvantages just apply for DBCP 1.x. Is the use of
> tomca
Hi,
reading tomcat 8.x documentation, I don't find anything about tomcat-dbcp. The
use of tomcat-jdbc is described at [1].
Some of the disadvantages just apply for DBCP 1.x.
Is the use of tomcat-jdbc still recommended compared to the repackaged DBCP 2.x
in tomcat-dbcp package?
Regards,
Christia
Ref http://tomcat.apache.org/tomcat-8.0-doc/connectors.html
Those new to Tomcat will not know what a "connector" is. I presume it's the
network protocol used to listen and respond to external requests...
For HTTP it is suggested to use AJP clustering as performance is higher
than that of mod_prox
|
down votefavorite | I am trying to configure self signed certificate for our
tomcat server. For that initially I created the keystore certificate file using
keytool .The command I tried for this iskeytool -genkey -alias example -keyalg
RSA -keystore /home/zaman/certs/keystorefile.key
chmod