> On Oct 14, 2024, at 11:15, Kenaw, Seretseab
> wrote:
>
> We have an application hosted on Azure VM that runs on a Tomcat server and
> has a backend of Azure SQL database . There is a job that purges old data
> from the backend database and keeps failing after it runs for a few hours
> bec
Hello, so you have a problem that database connection is closed, and you want
to fix it by closing the connection?
https://learn.microsoft.com/en-us/sql/connect/jdbc/understand-timeouts?view=sql-server-ver16
"socketTimeout applies to all socket communications with the server. If the
server stop
Hello,
We have an application hosted on Azure VM that runs on a Tomcat server and has
a backend of Azure SQL database . There is a job that purges old data from the
backend database and keeps failing after it runs for a few hours because the
connection to database is getting closed for some rea
> On Oct 11, 2024, at 12:48, Izek Hornbeck wrote:
>
> My team has a Java web app (java v17.0.2) running on a Tomcat 9.0.40
> server.
Which is almost 4 years old. You really, really need to catch up.
> When we upgraded to Tomcat 9, we found that occasionally, some css
> files and images woul