Hitachi

JP1 Version 12 JP1/Navigation Platform Setup and Operations Guide


6.6.2 Procedure for applying files received from the development environment for the first time

This subsection explains the procedure for applying the files received from the development environment to the editing environment or the execution environment.

Prerequisites:

In the editing environment or the execution environment to which the files are to be applied, the following conditions must be satisfied:

  • Navigation Platform is running.

  • There is no User Plugin that has the same name as any of the existing User Plugins.

  • No user logs into Navigation Platform until this procedure is completed.

To apply the files received from the development environment:

  1. Copy the required files to the specified locations as described in 6.6.1 Files that are received from the development environment.

  2. If the J2EE server settings have been changed in the development environment, apply the contents of the J2EE server settings files (usrconf.properties and usrconf.cfg).

  3. If you have added a library file that takes effect on the entire J2EE server in the development environment, store the library file (library-name.jar) at the location indicated in Table 6-3 List of files that are received from the development environment.

  4. If there is a User Plugin that is to be connected to the database, add a resource adapter on the basis of the Connector attribute file that has already been copied in step 1.

    For details about how to add resource adapters, see the manual JP1/Navigation Platform Development Guide. To determine whether the User Plugin contains database connection processing, check with the User Plugin developer.

  5. If you have performed any of steps 2 to 4, restart Navigation Platform.

  6. Execute the following command to add the User Plugin to the J2EE server:

    Navigation-Platform-installation-directory\PP\uCPSB\CC\admin\bin\cjimportapp uCNP_J2EE -f "EAR-file-path-of-the-user-plugin"

    If there are multiple User Plugins, specify as many -f options as needed.

  7. Execute the following command to start the User Plugin:

    Navigation-Platform-installation-directory\PP\uCPSB\CC\admin\bin\cjstartapp uCNP_J2EE -name user-plugin-name

    If the User Plugin name is unknown, check the userplugin.name property key value specified in the plugin information property file with the developer.

  8. Edit the user property file (ucnp_user.properties), if necessary.

    The properties that need to be edited depend on the type of User Plugin. For details about the properties whose settings are required for each User Plugin, see the manual JP1/Navigation Platform Development Guide.

  9. Restart Navigation Platform.