Thursday, January 18, 2018

Connection closing from Client side got solution

We need to change the connectionTimeOut  in Mills according to our number of request..
In server.xml ..
  <Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="120000"

               redirectPort="8443" />

No comments:

Post a Comment

Recent Post

Databricks Delta table merge Example

here's some sample code that demonstrates a merge operation on a Delta table using PySpark:   from pyspark.sql import SparkSession # cre...