I have developing web applications using eclipse-jee-galileo-win32 in windows XP machine. Now i have upgraded from a XP machine to Windows 7 32 bit machine. Now my development work is getting affected. Now whenever I try to run the application from eclipse by right click on jsp ->run on server . The tomcat server 5.0 takes atleast 10 to 15 mins to start each time.
It would be great if some one could help in resolving the issue.
Rule number one when working with a Java IDE is that if something goes wrong, try to do it manually (no IDE involvement). Only after you get it working manually should you attempt to get the IDE involved again. You will have less headaches and fewer ulcers.
P.S. This does not mean that you cannot use the IDE as a glorified text editor (unless you suspect that the IDE is messing up the text!)
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Eclipse galileo tomcat too slow to start each time