Web module settings

 

Configure Web module settings.

Access this page by traversing the following path in the administrative console:

Applications > Enterprise Application > application_instance > Web Module

 

URI

Specifies a URI that, when resolved relative to the application URL, specifies the location of the module archive contents on a file system. The URI must match the ModuleRef URI in the DD of an application if the module was packaged as part of a deployed application or enterprise archive file.

 

Name

Specifies the unique display name for the module.

 

Alternate DD

Specifies the file name for an alternative deployment descriptor file instead of the original one in the JAR file. One can edit the original DD file to integrate post-deployment dependencies and security information. Specify the use of the alternative deployment descriptor keeps the original intact.

The value of the Alternate DD property must be the full path name of the DD file, relative to the module root directory. By convention, the file is in the ALT-INF directory. If this property is not specified, the DD file is read from the module JAR file.

 

Start weight

Specifies the order in which modules are started. Lower weighted modules are started before higher weighted modules.

 

Prefer WEB-INF Classes

Specifies classes to load in WEB-INF before any other classes. Implementing the application class loader is recommended so that classes and resources packaged within the WAR file load before classes and resources residing in container-wide library JAR files.

 

Initial State

Specifies the default state of this application at server startup.


Web modules
Class loaders
Webapps: Links