Ensuring that users migrate applications with a pipeline by restricting the Import wizard
You can restrict access to the Import wizard so that users migrate applications between environments by using a deployment pipeline instead of by importing applications through the wizard. By creating a deployment pipeline, you can use a standardized process to migrate applications.
- Extract the prconfig.xml file from the WAR file or EAR file. For more information, see Changing node settings by modifying the prconfig.xml file.
- Open the prconfig.xml file with an XML or text editor.
- Add the following variable to the file: <env name="import/restrictImportWizard" value="true">
- Save the updated file.
- Restart the environment.