Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JMX Query

Status
Not open for further replies.

rageshmenon

Technical User
Joined
Jul 4, 2006
Messages
1
Location
GB
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top