WebSphere Application Server APAR # PQ40950 Defect # 85936, 85956, 86034 WebSphere Release: 3.0.2.2 Abstracts: Defect: 85936 Description: If a user attempts to change the Max Connections value of a ServletEngine Model, the command will fail with a message stating.."Port XXX already exists." The problem was the fact that the Admin Client was sending the Port value even when a user was not changing the value. Defect: 85956 Description: (Read Carefully) XMLConfig will experience a NullPointerException for an "export" of a ServletEngine Model if ANY of the Transport Attributes of the ServletEngine Model were modified using the Admin Console. Defect: 86034 Description: When using XMLConfig to perform a full "export" of a system configuration that contains a ServletEngine Model and multiple clones of the Model, and then using the XML to create a new system, the first ServletEngine Clone will have a clone index of -1 instead of 1. Installation: - create a directory to store the jar file (e.g. c:\WebSphere\AppServer\efix) - copy pq40950.jar to the directory - Add to the beginning of Adminserver CLASSPATH (admin.config OR adminserver.bat) - Add to the beginning of Admin Client CLASSPATH (adminclient.bat) - Add to the beginning of XMLConfig command CLASSPATH (XMLConfig.bat) for example, the admin server's classpath in admin.config would begin: com.ibm.ejs.sm.adminserver.classpath=C:/WebSphere/AppServer/efix/pq40950.jar... - Stop and restart the Admin Server