Show TOC

Object NamesLocate this document in the navigation structure

Use

The following rules apply for the naming of portal objects:

  • Applications are named same as the EAR file that defines the application, without the .ear extension.

    For example, the application defined in myApplication.ear is called myApplication .

  • Services and components are named after the name of the application, followed by a period ( . ), followed by the name of the component or service as defined in the application's deployment descriptor.

    For example, the name of the component called myComponent that is defined in myApplication.war is called myApplication.myComponent .

For more information on how to name components and services, see Deployment Descriptor (portalapp.xml) .