Thank you Rene! Tomcat 9.0.30 worked perfectly. -- Matt Baron [email protected]
On Tue, May 26, 2020, at 9:24 PM, René Aravena wrote: > Hi, I had that problem with the apache-tomcat-9.0.35 (last) version, I went > back to the apache-tomcat-9.0.30 and it worked ok, however I didn't have time > to investigate what it was about. > Maybe if you just need it to work the deployment this information will be > useful. > > René Aravena > > > El mar., 26 de may. de 2020 a la(s) 21:11, Matt Baron > ([email protected]) escribió: >> __ >> Software: NetBeans 11.3, Tomcat 8.8.55. >> >> I have a simple, out of the box Maven web/servlet app that is effectively a >> "Hello world" app. >> >> When I set it up to run in a Wildfly or GlassFish server it deploys and runs >> fine, with no special configuration other than setting up the "Server" in >> NetBeans. >> >> When I set it up to run in Tomcat, the entire deployment (as in when I hit >> the Run button) seems to hang. It will start the Tomcat server, but the war >> file is never copied anywhere in $CATALINA_HOME. The NetBeans GUI >> hourglasses, saying "Waiting for tomcat", despite the Catalina log saying >> the server started just fine. >> >> If I manually copy the war file to $CATALINA_HOME/webapps, Tomcat will >> automatically deploy the war file with no issues. >> >> Any ideas on how to get this to work? >> >> >>
