MyEclipse How slow Tomcat startup slows down how to solve
Projects using debug startup can sometimes suddenly become very slow. Not only starts slowly, after the start even opens the project page to be also very slow, is the daily 4, 5 times times. There are several workarounds available:
1. Because Tomcat is a server, the deployment of the project will always reside in the server, each start will be deployed to the server in the project all started, the project is more natural startup time is slow, so you can remove the previous: Tomcat installation directory \ Jakarta-tomcat-6.029webapps in the WebApps directory, you'll see that the previous project was removed.
2. Possibly due to the interaction between MyEclipse and Tomcat, when booting Tomcat in debug mode, a read file error occurred and MyEclipse actively set the breakpoint, causing Tomcat to start normally. The workaround is as follows: Start Tomcat in debug mode, open Breakpoints Veiw, right-click Remove all, and restart the next tomcat.
MyEclipse How slow Tomcat startup slows down how to solve