rageshmenon
Technical User
Hi,
I have an application deployed on Weblogic 8.1 sp3. I am using MBeans to undeploy and redeploy some components within the ear. I am using the DeploymentTaskRuntimeMBean functions for this.
undeploy: I am using this to undeploy the Component
redeploy: I am using this to deploy the component again.
By Component, I mean an individual jar component of the ear I have seen that DeploymentTaskRuntimeMBean has a start function also which can be used for redeployment. My question is, when do I use redeploy and when do I use start? If I use start after I have used undeploy, is it going to cause any problems?
I have an application deployed on Weblogic 8.1 sp3. I am using MBeans to undeploy and redeploy some components within the ear. I am using the DeploymentTaskRuntimeMBean functions for this.
undeploy: I am using this to undeploy the Component
redeploy: I am using this to deploy the component again.
By Component, I mean an individual jar component of the ear I have seen that DeploymentTaskRuntimeMBean has a start function also which can be used for redeployment. My question is, when do I use redeploy and when do I use start? If I use start after I have used undeploy, is it going to cause any problems?