Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 345129 - Several JSPs are broken due to missing JSTL library
Summary: Several JSPs are broken due to missing JSTL library
Status: CLOSED WONTFIX
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Skalli (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Michael Ochmann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-09 08:12 EDT by Michael Ochmann CLA
Modified: 2022-10-03 10:28 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.