• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Class in not updated in WAS 6

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

We have a very strange issue. All the time when we have a change that affects only one or two classes in our application we do a manual deploy. Basically, we copy the compiled classes into WebSphere deployment directory and restart the server. We never had any issues before. Last week we did the same thing for one class, lets say A. However, after we restarted the server, we didn't see a change. Checked the time stamp of the file, size, permissions - everything looked good. We removed the file, and restarted the server. The server didn't start complaining that it could not find the class A. Copied file again, restarted. Still - no change... Old information is show on the site. Restarted WAS with Verbose class loading enabled. Checked the path from there the file is loaded - it's correct. Not really sure what is going on. Have anybody had something similar ?

I really appreciate any help or suggestions!
 
Ranch Hand
Posts: 446
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You are trying to hack into the deployment structure of WebSphere by copying the classes from behind the scenes.

If you want to continue this path then should stop the server and delete the contents of wstemp and temp folder under your profile folder. It will then pick your changes.
 
What are you doing in my house? Get 'em tiny ad!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic