• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Fix Pack not working in WAS 3.5.3

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have installed WAS 3.5.3. Now there is an efix
PQ46019 - Change to the webapp URI requires stopping and restarting the appserver.
But when I added it in the class path and stopped and restarted the default server and the admin server, the problem istill exists. What is the mistake that I have done? I restarted the admin server after changing the admin.config file.
Here is the class path in admin.config file.
com.ibm.ejs.sm.adminserver.classpath=C\:/WebSphere/AppServer/efixes/pq46019.jar;C\:/WebSphere/AppServer/lib/ibmwebas.jar;C\:/WebSphere/AppServer/properties;C\:/WebSphere/AppServer/ lib/servlet.jar;C\:/WebSphere/AppServer/lib/webtlsrn.jar;C\:/WebSphere/AppServer/lib/lotusxsl.jar;C\:/WebSphere/AppServer/lib/compat.jar;C\:/WebSphere/AppServer/lib/xalan.jar;C\:/W ebSphere/AppServer/lib/ns.jar;C\:/WebSphere/AppServer/lib/ejs.jar;C\:/WebSphere/AppServer/lib/ujc.jar;C\:/WebSphere/AppServer/lib/idb.jar;C\:/WebSphere/AppServer/lib/repository.jar ;C\:/WebSphere/AppServer/lib/admin.jar;C\:/WebSphere/AppServer/lib/swingall.jar;C\:/WebSphere/AppServer/lib/console.jar;C\:/WebSphere/AppServer/lib/was20cm.jar;C\:/WebSphere/AppSer ver/lib/tasks.jar;C\:/WebSphere/AppServer/lib/xml4j.jar;C\:/WebSphere/AppServer/lb/vaprt.jar;C\:/WebSphere/AppServer/lib/sslight.jar;C\:/WebSphere/AppServer/lib/ibmjndi.jar;C\:/Web Sphere/AppServer/lib/deployTool.jar;C\:/WebSphere/AppServer/lib/databeans.jar;C\:/WebSphere/AppServer/classes;C\:/WebSphere/AppServer/jdk/lib/tools.jar;C\:/WebSphere/AppServer/lib/ bsf.jar;C\:/WebSphere/AppServer/lib/dertrjrt.jar;C\:/WebSphere/AppServer/lib/derdbpw.jar;C\:/WebSphere/AppServer/lib/ivje
b35.jar;C:/WebSphere/AppServer/lib/js.jar
Any help in this regard is highly helpful.
Regards,
Krithika
 
reply
    Bookmark Topic Watch Topic
  • New Topic