Re: TOMCAT 9 Upgrade :--java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory

2021-03-24 Thread Ravi Kumar
Thanks Remmy & Chris ! So ,We are trying to add our own custom SSLImplementation and for the functioning of the same we need to use org.apache.tomcat.util.net.SSLImplementation.getServerSocketFactory(AbstractEndpoint abstractEP). But with Tomcat 8.5.x and Tomcat 9, the api getServerSocketFactory

Re: TOMCAT 9 Upgrade :--java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory

2021-02-23 Thread Rémy Maucherat
On Tue, Feb 23, 2021 at 4:47 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Ravi, > > On 2/23/21 10:19, Ravi Kumar wrote: > > Using this Interface , trying to obtain the object of type > > ServerSocketFactory in my application. > > Could you please point towards any other viable

Re: TOMCAT 9 Upgrade :--java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory

2021-02-23 Thread Christopher Schultz
Ravi, On 2/23/21 10:19, Ravi Kumar wrote: Using this Interface , trying to obtain the object of type ServerSocketFactory in my application. Could you please point towards any other viable alternative ? @Override public

Re: TOMCAT 9 Upgrade :--java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory

2021-02-23 Thread Ravi Kumar
Using this Interface , trying to obtain the object of type ServerSocketFactory in my application. Could you please point towards any other viable alternative ? @Override public ServerSocketFactory

Re: TOMCAT 9 Upgrade :--java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory

2021-02-23 Thread Christopher Schultz
Ravi, Please don't email list members directly. I'm happy to offer paid support if you want to email me directly. On 2/23/21 05:11, Ravi Kumar wrote: We are upgrading the tomcat web server getting used in our web application. Currently we are using tomcat 7 and now migrating to TOMCAT