Community
Participate
Working Groups
When initial contribution was made, CQ was pending for JSTL libraries (CQ5016). However, this CQ is now approved and the libs should be added to the repo.
Found out, that Jetty since 7.0 has JSTL on-board, and since 7.1.3 this eventually seems to work: http://olex.openlogic.com/packages/jetty/7.1.3. Tomcat unfortunately is not so nice, so you have to include JSTL into the org.eclipse.skalli.view bundle manually: * download jstl-1.2.jar, e.g. from http://repo1.maven.org/maven2/javax/servlet/jstl/1.2/ * create a lib folder inside WEB-INF and drop the jstl-1.2.jar there * change the Bundle-ClassPath in the MANIFEST.Mf: Bundle-ClassPath: WEB-INF/lib/jstl-1.2.jar, . Since Jetty/Virgo is our intended target platform for the time being, I will not add JSTL to our repository, but close this issue as WONTFIX.