Use this page to configure an instance of Web module deployment.
To view this administrative console page, click Applications > Enterprise Application > application_instance > Web Modules > Web_Module_instance.
This file is the post-assembly version of the deployment descriptor file. You can edit the original deployment descriptor file to resolve dependencies and security information. Specifying the use of the alternative deployment descriptor keeps the original deployment descriptor file intact.
The value of the Alternate DD property must be the full path name of the deployment descriptor file, relative to the module root directory. By convention, the file is in the ALT-INF directory. If this property is not specified, the deployment descriptor file is read from the module JAR file.
The options are PARENT_FIRST and PARENT_LAST. The default is to search in the parent class loader before searching in the application class loader to load a class.
Data type | String |
Default | PARENT_FIRST |