Are you by any chance using AspectJ and the AJDT plugin? For me that was the problem with saving files due to a bug that happened in combiantion to Maven. If this is your case let me know and I'll post how to work around it. Publishing should be pretty darn quick on an incremental build (1 second or 2 at the max). As for tomcat startup, that depends on your particular application. A basic application should start up pretty quick.. .a few 3-15 seconds. While a more advanced application that does a lot of initialization such as initializing spring beans or hibernate will take much longer. Of course, this is all relative to your CPU and Disk speed. In any case, I've found that most problems with unacceptable performance in eclipse are due to a bug in some plugin you are using.
On 2/14/07, Daniel Jue <[EMAIL PROTECTED]> wrote:
I would commit your project to a svn repository (or copy the project somewhere else) and grab a new version of Eclipse. I have no troubles like this under eclipse/tomcat, so somehow your installation must have gotten borked. In fact, if there is nothing wrong with your workspace you can just unzip a new eclipse and have it point to that workspace. (only one instance can access it at a time) P.S. I am using the latest Eclipse WTP, Tomcat 5.5.17, Tap 4.0. I am also using the latest subclipse. Have you checked your hardware logs? I've had disk hardware issues that cause my performace to degenerate into long waits like that. On 2/14/07, Murray Collingwood <[EMAIL PROTECTED]> wrote: > Hi all > > I have suffered long and hard under Eclipse and Tomcat. Is it really necessary > for me to wait so long while a file is saved or an application is published??? > > Saving a .java file: 15 seconds > Saving a .html file: 15 seconds > Saving a .jwc file: 28 seconds > > Stopping the tomcat server: 2 seconds (acceptable) > Publishing to the tomcat server: 45 seconds > Starting the tomcat server: 54 seconds (it insists on publishing first) > > Does everybody else experience these delays or is it just me? > > It was suggested that I use maven2 - however I looked through the maven2 > flash presentation and it didn't mention anything about making my development > work in Eclipse faster - it was more focused on pulling dependencies and > easing the build process. And if I were to install maven2 would it change any > of the above anyway??? > > Cheers > mc > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]