tomcat 9 and 10 war file deployment for one microservice gives "This site can’t be reached The connection was reset." error page
I have successfully deployed three other war files, but the more bulky one (69.5MB) gives me the error above when I click the "Deploy" button after selecting the .war file. Someone suggested I try simply putting the file in the conf/webapps directory under the apache installation folder (Windows 10 OS) and restarting the server, but that doesn't work either. I tried running the 4 microservices from Spring Tool Suite (STS) and they work fine, but I am trying to follow directions for adding a .war file for a tiny web project on Tomcat and running both my 69.5MB microservice and the tiny web project on Tomcat as the instructions say to use port 8080 for both. (and subsequently command line start Tomcat with both projects/microservices running on a non-embedded Tomcat. The 69.5MB microservice and the other three microservices run fine with Spring Boot)
Any ideas on how to proceed?
Michael