Bootstrap configuration items for the Application Configuration Client

This topic describes the configuration items that make up the Application Configuration Client's bootstrap configuration.

Application Java edition

This item defines the Java™ edition of the application. The application can be either a standard or enterprise Java application. Possible values are:
  • j2se - standard Java application
  • j2ee - enterprise Java application
If not set, this item defaults to j2ee.
Default:
application.java.edition=j2ee

JMX remote connector server

This item lists the service URLs of the JMX remote connector server through which the Application Configuration Client accepts incoming connections from remote agents.

The content of the URL determines the type and configuration of the connector server. Only standard edition applications (J2SE) require the use of a JMX Remote Connector Server. Enterprise edition applications (J2EE) are made available for management through the Management EJB (MEJB). Therefore, this setting can be omitted for J2EE applications.

Examples:
service:jmx:rmi://localhost/jndi/rmi://localhost:9999
service:jmx:soap://host:8080
service:jmx:soap+ssl://host:8443
Default:
remote.connector.url=service:jmx:rmi://localhost/jndi/rmi://localhost:9999

Application deployment name

The default is configured by the IBM® Installation Manager as a WebSphere® variable.

Application runtime instance name

The default is configured by the IBM Installation Manager as a WebSphere variable.