Re: [equinox-dev] Problem with help contents in RCP application(embebed http server)

2009-08-28 Thread Simon Kaegi
org.eclipse.equinox.http contains a slimmed down Http Service implementation that we use in embedded use cases. Relevant to your case this implementation is not able to support the Eclipse Help systems Servlet and JSP needs. You want the implementation in org.eclipse.equinox.http.jetty as well

Re: [equinox-dev] Problem with help contents in RCP application(embebed http server)

2009-08-28 Thread Carlos M
Hi. I have added org.eclipse.equinox.http.jetty and its dependencies, and now, when I execute de RCP application, it throws the next exception: