Eclipse Helios JEE and Tomcat issue
I installed the latest Eclipse Helios JEE package. Every time when I try to start my Tomcat instance, I started getting 100% CPU and an non-responsive Eclipse. I figured out that this was an issue with the WTP that comes by default with the Eclipse package (which I think is 3.2.0) and this issue was fixed with WTP version 3.2.1. If you try to update this package by using "Help->Check For Updates" it won't update. So here is how you can update:
If you are interested in knowing more about the issue, please refer here.
- Go to "Help->Install New Software".
- In the "Work with:" input box, give the URL "http://download.eclipse.org/webtools/repository/helios/".
- Wait for all the package information to be downloaded and select "Web Tools Platform (WTP) 3.2.1" option. If you are planning to use any other package, you can select them. But make sure you select the ones from 3.2.1 version distribution.
- Click on Next and follow the prompt to complete installation.
If you are interested in knowing more about the issue, please refer here.
Comments