You can define layout and behavior preferences using Studio and export them to set them as the default
preferences in an Enterprise installation.
installation
The following procedure shows you how to import preferences in an Enterprise intallation.
To do this you need to edit the ALBPM WorkSpace configuration file
workspace.properties in
BEA_HOME/albpm6.0/enterprise/webapps/workspace/WEB-INF.
- Copy the exported preferences file to the directory
BEA_HOME/albpm6.0/enterprise/webapps/workspace/WEB-INF.
-
Edit the ALBPM WorkSpace configuration file.
-
Add the key
fuego.workspace.preferences.defaultXml
and set its value to the path leading to the preferences file.
The path of the preferences file is relative to the root of ALBPM Workspace application.
For example, to use the preferences stored in the file preferences.xml you
need to add the following key value pair:
fuego.workspace.preferences.defaultXml=/WEB-INF/preferences.xml
-
Restart ALBPM WorkSpace application.
The next time you log in to ALBPM WorkSpace, it uses the layout and behavior defined in the imported
preferences.