Configuring Sun Master Indexes

ProcedureTo Specify the Master Controller JNDI Class

  1. In the Projects window, expand the Configuration node in the project you want to modify, and then double-click midm.xml.

    The file opens in the NetBeans XML editor.

  2. Scroll to the impl-details element, and then to the master-controller-jndi-name element.

  3. Modify the value of the master-controller-jndi-name element to the name of the Master Controller JNDI class for your server.

    For example:


    <master-controller-jndi-name>ejb/CustomerMasterController
    </master-controller-jndi-name>
  4. Save and close the file.