File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes IDEs, Version Control and other tools and the fly likes Eclipse galileo tomcat too slow to start each time Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Eclipse galileo tomcat too slow to start each time" Watch "Eclipse galileo tomcat too slow to start each time" New topic
Author

Eclipse galileo tomcat too slow to start each time

Rahul somanath
Greenhorn

Joined: Jul 12, 2010
Posts: 19
Hi All

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.

Thanks and Regards
Rahul
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5575

It doesn't take that long on any of my Win 7 machines.

Have you tried starting Tomcat from the command lines? If so, how long does it take there?

Also, try manually copying your WAR to the Tomcat webapps directory. Then start Tomcat. How long does that take?

Finally, have you looked at the Eclipse log (workspace/.metadata/.log) to see if it holds any clues.


JBoss In Action
Rahul somanath
Greenhorn

Joined: Jul 12, 2010
Posts: 19
Thanks a lot Peter.

As you said there was a problem with tomcat. When i mannually deployed in tomcat it didnt work. I reinstalled tomcat and not its working fine.


Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5575

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
 
Similar Threads
source not found in Eclipse during debugging
Unable to launch Tomcat from eclipse.
Not Able to see Tomcat 6 Welcome Page
Where does Eclipse look for the tomcat server
Eclipse 3.4 memory problems, freezing and crashing when editing JSP/JSFs