Hi Gabriel,
I am very happy for your quick and explanatory response. Thank You.
I tried using Class loading and update detection settings
. But it stops the server while reloading of application is in progress. I will explain about my requirement correctly.
I am working on a Web project. In our project, we are executing some task after some condition results in true. But we are taking that condition(Java if block and we are calling that as RULE) from some configuration file that is editable by admin. so admin can edit that and update it back. And we are taking that RULE from file and construct a new class file. And now we have to update class file. And we can not afford to restart server each time whenever admin updates the RULE.Class loading and update detection settings stops the server for a while.
In java code we can update class file directly using hot swap mechanism (
docs.oracle.com/javase/1.4.2/docs/guide/... )but that's not working in WebSphere.
Regards,
Prakash