Fix (APAR): PQ76634 Status: Fix Release: 3.5.7 Operating System: All Supersedes Fixes: CMVC Defect: PQ76634 Byte size of APAR: 26067 Date: 2003-08-08 Abstract: JSPEXCEPTION ON JSP 1.0 IN WEBSPHERE 3.5.5 AND ABOVE WHEN THROWABLE IS CAUGHT AND RETHROWN Description/symptom of problem: JSP 1.0 code conatining catch and throw of the Throwable object will be not compiled successfully. The generated _jspService method do not contain a catch block for Throwable. Directions to apply fix: 1) Create "fix" directory to store the fix jar file(s): /fix 2) Copy PQxxxxx.jar to the directory 3) Add the directory/jar file to the beginning of the admin server's classpath in admin.config: com.ibm.ejs.sm.adminserver.classpath=C:/WebSphere/AppServer/fix/PQxxxxx.jar... ***any other steps needed before restart*** 4) Stop and restart the Admin Server ***any processes that must be restarted*** Directions to remove fix: 1) Shutdown WebSphere 2)Remove the fix jar file(s) from the "fix" directory 3)Restart WebSphere Directions to re-apply fix: 1) Follow the instructions for removing a fix. 2) Follow the instructions for applying a fix. Additional Information: