APAR: PQ44485 V3.5.2 CMVC defect: 89638 PMR: Original jar: 89638_35.jar Description: NEED TO DISABLE PLUGIN REGENERATION DURING STARTUP How to apply: 1) Create a patches subdirectory (e.g. /opt/WebSphere/AppServer/patches) 2) Copy the JAR to this directory 3) Edit admin.config and add the JAR to the beginning of the classpath properties. For example: com.ibm.ejs.sm.adminserver.classpath=/opt/WebSphere/AppServer/patches/pq44346.jar\:/opt/WebSphere/AppServer/lib/ibmwebas.jar\: 4) Edit startupServer.sh and the JAR to the beginning of the classpath. For example: CLASSPATH=$WAS_HOME/patches/pq44485.jar:$DB_CLASSPATH:$WAS_HOME/lib/ibmwebas.jar 5) Restart the adminserver and application servers