Fix (APAR): PI58841 Status: Fix Release: 8.5.5.9 Operating System: AIX,HP-UX,IBM i,Linux,Solaris,Windows Supersedes Fixes: CMVC Defect: Byte size of APAR: 2978018 Date: 20160317 Abstract: Fixing issue where an OSGi web app using JSP and JSTL by default currently needs to explicitly import the JSTL spec packages. Description/symptom of problem: PI58841 resolves the following problem: Fixing issue where an OSGi web app using JSP and JSTL by default currently needs to explicitly import the JSTL spec packages. Directions to apply fix: 1. Stop your Liberty profile server(s). 2. The following files will be backed up to [LibertyRootDir]/lib/fixes automatically, if they exist (file locations are relative to your Liberty profile install root, and may not exist depending on the installed product edition or configuration of runtime): - dev/api/spec/com.ibm.ws.javaee.jsp.2.2_1.0.12.jar - dev/api/spec/com.ibm.ws.javaee.jsp.2.3_1.0.12.jar - lib/features/javax.jsp-2.2.mf - lib/features/cdi1.2-servlet3.1.mf - lib/features/javax.jsp-2.3.mf 3. Open a console and direct it to the location of your iFix jar 4. Run the command "java -jar 8559-wlp-archive-IFPI58841.jar". The following launch options are available for the jar: --installLocation [LibertyRootDir] by default the jar will look for a "wlp" directory in its current location. If your Liberty profile install location is different to "wlp" and/or is not in the same directory as the jar then you can use this option to change where the jar will patch. [LibertyRootDir] can either be relative to the location of the jar or an absolute file path. --suppressInfo hides all messages other than confirming the patch has completed or error messages. 5. When you next start your Liberty profile server(s), the fix will become active in your runtime. Directions to remove fix: 1. Stop your Liberty profile server(s). 2. Delete the following files (file locations are relative to your Liberty profile install root): - lib/com.ibm.ws.jsp.jstl.facade_1.0.12.cl50920160317-1108.jar - lib/fixes/8559-wlp-archive-IFPI58841_8.5.500920160317_1108.xml - dev/api/spec/com.ibm.ws.javaee.jsp.2.2_1.0.12.jar - dev/api/spec/com.ibm.ws.javaee.jsp.2.3_1.0.12.jar - lib/features/javax.jsp-2.2.mf - lib/features/cdi1.2-servlet3.1.mf - lib/features/javax.jsp-2.3.mf 3. Restore the static files by extracting the corresponding backup archive from [LibertyRootDir]/lib/fixes (contents of the backup archive are relative to your Liberty profile install root). 4. When you next start your Liberty profile server(s), use the --clean option. The fix will then become inactive in your runtime. Directions to re-apply fix: 1. Follow the instructions to apply the fix. Additional Information: