1Integrate Offline Help

By default, clicking the Help button within 1Integrate opens the online WebHelp. However, this button can be configured to open local offline documentation instead.

Note: The configuration of offline help is only advised for environments without access to the internet, as local help files will not receive updates as often as the online help.

Before performing the configuration, ensure your local help files are places somewhere accessible on your local network. If the help files have not been provided with your release, please contact your vendor or 1Spatial Support.

ClosedConfigure Offline Help (Wildfly)

  1. Open the settings.properties file (located within C:\Program Files\1Spatial\1Integrate\1Integrate-[version]_wildfly\SETTINGS).

  2. Edit the value for the help_base_url parameter to the location of your local help files.

    help_base_url=[location of help files]

    Where [location of help files] is replaced with the path to your local help files.

ClosedConfigure Offline Help (WebLogic)

To configure offline help, the -Dhelp_base_url=[location of help files] parameter will need to be entered in the config.properties file under the user defined system parameter: 1Integrate_par_user_defined . Colons and backslashes need to be prefixed with a \ character. For more, see Additional Configuration.

Note: Alternatively, Offline Help configuration can be implemented after installing 1Integrate by entering the -Dhelp_base_url=[location of help files] parameter as JVM Arguments in the Server Start tab of your WebLogic console.