I am using the MyEclipse version 4.1.1GA and Eclipse 3.1.1
I am having an issue of slow start of Tomcat in debug mode from the MyEclipse. If I do the manual start of Tomcat from command prompt and prior to that enable the JPDA hooking capability, my three web applications I have in Tomcat start about 5 times faster than through the Eclipse. In that case I can use the debugging facility of Eclipse so the end result is the same.
I suspect there are memory issues, and I have increased the memory heap size through the Optional Java VM Arguments in Tomcat configuration (-Xmx1024m -Xms512m) but I did not observe any performance increase ( I have put higher memory size to manual start).
Also, if I remove the other two web applications and I start with one individually speed of startup of one application is fast.
Is there a way to check the JVM parameters MyEclipse uses to start the Tomcat?