APAR: PQ3474 V3.02CMVC defect: PQ347242PMR: 66654developer: WalkerDescription: WAS 3.02 GENERATES EXCEPTION ERROR DURING THE APPLICATION SERVER CREATION WHEN DEFAULT PARAMETERS HAVE BEEN MODIFIED. How to apply:in C:\WebSphere\AppServer\lib(note, if you installed websphere in a directory other than default, placethisfile in the lib directory under the AppServer directory )Edit C:\WebSphere\AppServer\bin\adminclient.batImmediately after the line "rem setup the classpath" inadminclient.batplace these two linesset WAS_CP=%WAS_HOME%\lib\WSPQ34724.jarset WAS_CP=%WAS_CP%;%WAS_HOME%\lib\ibmwebas.jarand replace"set WAS_CP=%WAS_HOME%\lib\ibmwebas.jar"with"rem set WAS_CP=%WAS_HOME%\lib\ibmwebas.jar"Copy the jar file in the classes directory of the websphere. Make sure you stop and restart the http server and websphere after putting the jar file in the classes directory. Platforms: You can use the same jar file for NT,AIX and SUN.