On Mon, Mar 26, 2018 at 2:04 AM, Amarjeet Singh <[email protected]> wrote:
> Yes, Tomcat goes down entirely. > > Below is the configuration of server.xml file:- > ... > > <Connector port="8080" protocol="HTTP/1.1" > > address="127.0.0.1" > > connectionTimeout="20000" > > redirectPort="8443" /> > Try explicitly specifying the NIO connector by changing the value of the "protocol" attribute to "org.apache.coyote.http11.Http11NioProtocol". - Mike
