Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 345129

Summary: Several JSPs are broken due to missing JSTL library
Product: z_Archived Reporter: Michael Ochmann <michael.ochmann>
Component: SkalliAssignee: Michael Ochmann <michael.ochmann>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Ochmann CLA 2011-05-09 08:12:28 EDT
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.
Comment 1 Michael Ochmann CLA 2011-05-13 08:18:51 EDT
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.