Thanks for the inputs, Mark.
Thanks,
Amit
> On Mar 29, 2020, at 5:06 PM, Mark Thomas wrote:
>
> On 29/03/2020 08:11, Amit Pande wrote:
>> Hello all,
>>
>> I was exploring Tomcat configuration which doesn't accept requests until the
>> web application is deployed.
>>
>>
>> "bindOnInit" conn
On 29/03/2020 08:11, Amit Pande wrote:
> Hello all,
>
> I was exploring Tomcat configuration which doesn't accept requests until the
> web application is deployed.
>
>
> "bindOnInit" connector attributes when set to false, makes socket bind when
> the connector starts and not when the connecto
Hello all,
I was exploring Tomcat configuration which doesn't accept requests until the
web application is deployed.
"bindOnInit" connector attributes when set to false, makes socket bind when the
connector starts and not when the connector is initialized.
Wanted to know, why the default valu