Apar PQ34487 defect 72873 V3.02 Problem: UNABLE TO ALIAS A SERVLET OR WEB PATH IN A WEBAPP WITH A "/" Environment: ALL To Apply Patch: In order to apply this jar file, perform one of the following depending on how the customer is starting the Adminserver: 1) Start as a Service a) Detach jar file and place in any directory. (Say, C:\WebSphere\AppServer\classes for example.) b) Modify the admin.config file and place the directory, including the jar filename at the beginning of the adminserver classpath. For example: com.ibm.ejs.sm.adminserver.classpath=C:/WebSphere/AppServer/classes/pq34487.jar;C:\WebSphere\AppServer.....etc. 2) Start from adminserver.bat a) Detach jar file and place in any directory. (Say, C:\WebSphere\AppServer\classes for example.) b) Modify adminsever.bat and place the following line at the beginning of the CLASSPATH. For example: set WAS_CP=%WAS_HOME%\classes\pq34487.jar set WAS_CP=%WAS_CP%;%WAS_HOME%\lib\ibmwebas.jar