Community
Participate
Working Groups
I am using the feature "org.eclipse.jetty.core" feature to include Jetty as web container for the OSGi runtime for Eclipse project Skalli. This feature does NOT include the fragment "org.eclipse.jetty.osgi.boot.jsp". I have to add it to my features, so that it will be started with the host bundle org.eclipse.jetty.osgi.boot, and will JSP support to the web application. See also http://dev.eclipse.org/mhonarc/lists/skalli-dev/msg00068.html I am not sure, whether it is missing by intention, to avoid loading JSP support. The documentation at http://wiki.eclipse.org/Jetty/Feature/Jetty_OSGi is not clear about. The feature org.eclipse.jetty.all includes this fragment, but others too which I do not need in our target platform. What is your advice to add JSP support to Jetty runtime?
Hi Jochen, yes it is missing on purpose. Adding the fragment to one of your features should be sufficient to add JSP support. P2 will resolve the necessary dependencies and install them. Let me know.
Jochen, I was reading the message on the mailing list [1] <quote> I've imported now the bundle org.apache.taglibs.standard.glassfish to my workspace, and added import packages for: javax.xml.parser org.xml.sax org.xml.sax.helpers </quote> I maintain the bundle org.apache.taglibs.standard.glassfish at Orbit Please open a bug at Orbit [2]: and I'll add the missing imports. [1]http://dev.eclipse.org/mhonarc/lists/skalli-dev/msg00068.html [2]https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Orbit
Hi Hugues, thanks for the clarification. I've added the org.eclipse.jetty.osgi.boot.jsp to our Skalli features, so it did work as described on mailinglist. I've added yesterday evening Bug 347704 for the missing import statements Thanks for your help