0 votes
in DevOps by
How to refresh static components of a deployed application without redeploying the entire application?

1 Answer

0 votes
by

By using Weblogic.Deployer you can define a component and target a server through the following syntax:

java weblogic.Deployer -adminurl http://admin:7001 -name appname -targets server1,server2 -deploy jsps/*.jsp

Related questions

0 votes
asked Sep 17, 2023 in Angular by DavidAnderson
0 votes
asked Dec 2, 2021 in Cloud Computing by DavidAnderson
...