Search code examples
cachingxsdwebspherewar

XSD cached within Websphere?


I've got an XSD file within a web applcation thats running on my server - I've hotfixed this, however my changes are not being reflected when I use my web application.

I believe its being cached somewhere, however, I've cleared the caches I can find, restarted IIS on the server, restarted my server through the command prompt (stopServer.bat & startServer.bat)

These caches I've found & cleared:

  • ibm\websphere\appserver\profiles\app server profile\temp\node\app server
  • ibm\websphere\appserver\profiles\app server profile\wstemp
  • ibm\websphere\appserver\profiles\app server profile\tranlog\cell\node\app server
  • ibm\websphere\appserver\profiles\app server profile\logs\app server
  • ibm\websphere\appserver\profiles\app server profile\logs\ffdc

My changes are not being reflected - its not picking it up, as I've updated the version number within my XSD to 4, yet it always shows 3. I've found every instance of the xsd within the harddrive and they're all up-to-date. (Bad I know to update old kept instances but its frying my skull)

Am I missing anything else? Pulling my hair out here!


Solution

  • other files had been edited on the server