Updating a context.xml within a Cluster

2013-10-14 Thread Michael Martin
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

Deploy a .WAR to multiple Tomcat instances

2013-08-29 Thread Michael Martin
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

Switching from APR to NIO connection on Tomcat 7.0.32

2013-05-16 Thread Michael Martin
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,

RE: Switching from APR to NIO connection on Tomcat 7.0.32

2013-05-16 Thread Michael Martin
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 Man in Middle). Are you sure