0 votes
in DevOps by
How to turn off the auto-deployment feature?

1 Answer

0 votes
by

The auto-deployment feature is used for determining whether there are any new applications or changes in existing applications and dynamically deploy them.

It is enabled for servers that run in development mode.

To turn off the auto-deployment feature, follow one of the methods to place servers in production mode:

In the Administration Console, click the name of the domain in the left pane and select the Production Mode checkbox in the right pane.

At the command line, include the following argument when starting the domain’s Administration Server:

-Dweblogic.ProductionModeEnabled=true

Production mode is set for all WebLogic Server instances in a given domain.

Related questions

0 votes
asked Apr 1, 2021 in DevOps by sharadyadav1986
+1 vote
asked Aug 8, 2020 in DevOps by sharadyadav1986
...