Upgrading the Jazz WAR on WebSphere

Important considerations when upgrading the Jazz WAR on a WebSphere Application Server.

The Jazz Web application is composed of a collection of OSGi bundles. The OSGi runtime makes a copy of the bundles in the WebSphere /temp directory during startup. When a new version of the Jazz WAR is deployed, it is important to clean out the old bundles. This is done by stopping the Jazz application, locating the temp directory for jazz.war in a location such as [WASInstallDir]\profiles\AppSrv01\temp\sricht60Node01\server1\jazz_war\jazz.war and deleting the contents. This will ensure that only the bundles included in the new Jazz WAR will be loaded at runtime.


Feedback