DevPortal

What are the Redeployment Issues?


Each deployment of an application on the Pramati Server creates a class loader. When the application is redeployed, a new class loader loads all application classes again and attempts to use the classes from old deployment with the ones from new deployment. This results in ClassCastException. This happens when Web clients are connected while redeploying, as these clients may have application object instances stored in their HTTP sessions. All new clients get the classes from the new deployment.

© Pramati Technologies 2007 Runs on Pramati Server | Feedback | Legal