We upgraded from Tomcat 9.0.29 to 9.0.44 on a windows 10 machine and receive 503 error message. Tomcat hosts a Java application. Request to Tomcat server are sent from separate Apache proxy server over port 8010 as worker threads. I can see the Tomcat service is running and Java Application is up and running. This can be verified from //localhost:8080/{JavaApp} on the Tomcat Server.
However, request from Apache server are returned as 503 Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Version 9.0.29 works fine. All the config files were copied from 9.0.29 to 9.0.44 installation directory.
Any idea why 503 error??