I am using facing a SocketException: connection reset problem after 60sec of idle.
My meaning of idle is that I open a connection but do not do anything exception after 60sec (say 61sec) to person a insert/update/select.
Do I need to change the SQL configuration file or can I change some setting to JDBC in my code during connection. If yes, what should I change?
Thanks for any help.