Hi all,
I have developed a new help plugin and after udpating Eclipse Europa (Eclipse 3.3.1)and open the Help Contents,I face the foll. error.
HTTP ERROR: 500
Internal Server Error
RequestURI=/help/index.jsp
Powered by
Jetty:// The problem is when i update the same help plugin used in a different update site it works fine.But on integration in the original update siteI face this problem.
The help plugin is using the foll extensions.
1)org.eclipse.core.resources.builders
2)org.eclipse.core.resources.natures
3) org.eclipse.ui.popupMenus
4) org.eclipse.core.resources.markers
5) org.eclipse.help.toc
I am not using any
Tomcat specific thing knowingly. (It was suggested at a site to remove the tomcat specific listing in the plugin.)
Please help.