Thursday, March 6

Can I refresh static components of a deployed application without having to redeploy the entire application?

ANSWER :
Yes. You can use weblogic.Deployer to specify a component and target a server,using the
following syntax:
java weblogic.Deployer -adminurl http://admin:7001 -name appname -targets server1,server2 -deploy jsps/*.jsp

No comments:

Post a Comment