ActiveVOS Designer User’s Guide

ActiveVOS Central Advanced Configuration

In addition to providing configuration and multilingual support for ActiveVOS Central requests, tasks, and reports, you can add more advanced configurations.

This topic covers the basics of how to implement additional configuration, including:

For advanced examples, check activevos.com.

To add your own logo:

  1. In your project, create a text file with a name based on the default avoscentral.properties file. For example, avoscentral_en.properties.
  2. Start the server, and open the ActiveVOS Server Console.
  3. Search for avoscentral.properties.
  4. This file contains keyIdentifiers and values for the ActiveVOS Central user interface.

  5. In the Resource Detail page of the Server Console, you will see the Resource Definition for the properties file.
  6. To add your own logo to ActiveVOS Central, copy the following line from avoscentral.properties:
  7. ae.avc.header.logo.image=../avc-res/images/ActiveVOScentralTitle.png

  8. Paste this line into your properties file (avoscentral_en.properties).
  9. Change the identifier value to specify the location and name of your logo. For example:
  10. ae.avc.header.logo.image=project:/myProject/images/myLogo197x35.png

  11. Create a new .bprd file for the deployment of your logo and properties file.
  12. In the bprd, you see a catalog entry for your properties file. For example:
  13. <otherentry typeURI="res:/text/plain" 
    location="project:/myProject/deploy/avoscentral_en.properties" 
    classpath="resources/myProject/deploy/avoscentral_en.properties" />
  14. Modify the location hint for your properties file. Your properties file must be stored in the catalog location provided by the location hint on the Resource Detail page of avoscentral.properties, as shown:
  15. location="project:/com.activee.avoscentral.services/bundle/avoscentral_en.properties" />

Tip:

For a shortcut to deploying your file, you may prefer to create a project and export a file as described in the following topic:

Displaying ActiveVOS Central in a Web Browser’s Preferred Language.