Hello,
Hoping someone could help with this...
I have a tomcat 7.0.32 cluster, which isn't used at all for session persistence
or load balancing (there is no apache http), but instead just for
auto-deployments using FarmWarDeployer.
It currently works, so I add my applications .war file to one,
I have one .WAR to routinely deploy across various Tomcat Instances on
different servers.
I believe FarmWarDeployer can only be used within a cluster. From what i
understand, a cluster will require a HTTPD server with a mod_jk configured.
Would anyone know of a way to achieve this without the n
on Tomcat 7.0.32
On 16/05/2013 14:23, Michael Martin wrote:
> Hello,
>
> We're looking at a known issue with Tomcat 7.0.32's APR connector
> (which users OpenSSL), as documented here -
> http://tomcat.apache.org/security-7.html#Not_a_vulnerability_in_Tomcat
> (TLS SSL Ma
Hello,
We're looking at a known issue with Tomcat 7.0.32's APR connector (which users
OpenSSL), as documented here -
http://tomcat.apache.org/security-7.html#Not_a_vulnerability_in_Tomcat (TLS SSL
Man in Middle).
A solution this offers is switching to the NIO connector. From what iv'e read,
t