Hi! After a system crash (Windows 10) it noticed that it was no longer possible to undeploy applications from my TomEE development installation from Netbeans. I have started research and I found that it isn't a problem from Netbeans or the TomEE installation.
I have done the following: . Install a naked/fresh Tomcat 8 (8.5.35) (unzip it), change only the port to 8780 and the admin user (to use my stored links again) . Create a very very simple web application (only a web.xml with session timeout and welcome page and a index.jsp displaying the time; no dependencies) . Starting Tomcat (run bin/startup.bat) . Run open the manager/html in a browser . Deploy checker.war, open it from manager, go back in the browser, undeploy it . - all fine . Deploy checker.war, open it from manager, go back in the browser, undeploy it . - Tomcat hangs (and no log message about undeploying) I have reinstalled Java JDK, I have tried it with several Tomcat/TomEE versions . - all the same. At least at the second time trying to stop/undeploy the app the Tomcat hangs. If I close the browser and try to reconnect to the manager app, it hangs too. If I close the Tomcat CMD windows and restart the Tomcat the app appears still deployed and could be undeployed. I have copied exactly the Tomact in use to another system (Windows 7) and all works. With the Tomcat/TomEE it was working before the system crash. Any suggestions? Any ideas what I can do to get more logging or more information (to investigate where it hangs?)? Regards, Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org