| Summary: | Several JSPs are broken due to missing JSTL library | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Michael Ochmann <michael.ochmann> |
| Component: | Skalli | Assignee: | 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
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. |