On Thu, Sep 22, 2016 at 4:07 PM, Mark Thomas wrote:
>
> It is only used by BIO which has been removed in 8.5.x. Even in 8.0.x I
> don't see anywhere obvious it could help unless you:
> a) set bindOnInit to false
> and
> b) start/stop the connector frequently
>
> In that case, it could speed up th
On 22/09/2016 14:57, Jacopo Cappellato wrote:
> Hi all,
>
> I am reviewing some legacy code in Apache OFBiz [*], in the attempt to
> simplify its integration with Tomcat 8.0.+ and in preparation to upgrade to
> Tomcat 8.5.+.
> I have noticed that OFBiz, which starts a Tomcat instance in embedded m
Hi all,
I am reviewing some legacy code in Apache OFBiz [*], in the attempt to
simplify its integration with Tomcat 8.0.+ and in preparation to upgrade to
Tomcat 8.5.+.
I have noticed that OFBiz, which starts a Tomcat instance in embedded mode,
uses a legacy class that extends the Tomcat's JSSEImp