Spring-boot application deploys on IBM Liberty Server.
Though calling client can set a timeout on the request , I want a timeout to be set on Server side for Incoming HTTP requests.
I have tried ConfigurableEmbeddedServletContainer setTimeout
but it does not work.
Am i looking this in a wrong way ? Do i Have to set some property on Liberty Server for expiring these Http Threads ?