Error on starting tomcat containing CXF based web service when no internet connection is present

2022-01-25 Thread George Thomas
Hi All, This is something slightly out of the topic. But I did not get a reply from the CXF users group and hence posting it here so that someone knowledgeable could help me out. We have a slightly customized Tomcat bundled with the product. Directory Structure /jre/lib.ext

Re: Misssing ServerSocketFactory in tomcat 8.5.x onwards (checked in 8.5.58)

2021-02-10 Thread George Thomas
Thanks for the clarification. On Wed, 10 Feb 2021 at 22:52, Mark Thomas wrote: > On 10/02/2021 17:11, George Thomas wrote: > > Thanks, Mark for the reply. In our case, we may have to stick with AJP .. > > However, I have not understood https way. > > Are you suggesting to

Re: Misssing ServerSocketFactory in tomcat 8.5.x onwards (checked in 8.5.58)

2021-02-10 Thread George Thomas
: > On 10/02/2021 12:09, George Thomas wrote: > > As per the below link > > > > https://github.com/spring-projects/spring-boot/issues/6164, the > following > > features are removed from tomcat 8.5 > > > > a) Class org.apache.tomcat.util.net.ServerSocke

Misssing ServerSocketFactory in tomcat 8.5.x onwards (checked in 8.5.58)

2021-02-10 Thread George Thomas
As per the below link https://github.com/spring-projects/spring-boot/issues/6164, the following features are removed from tomcat 8.5 a) Class org.apache.tomcat.util.net.ServerSocketFactory no longer exists b) Class org.apache.tomcat.util.net.jsse.JSSESocketFactory no longer exists c) Method