You can set up and configure Business Space powered by WebSphere® using the wsadmin command. You can use the wsadmin command to perform the same configuration of Business Space and the that you perform in the administrative console.
You must install the product software. When you install your product, Business Space files are included with the installation, and Business Space is configured with the profiles that you set up.
For WebSphere Process Server runtime
environments that need the Managing Tasks and Workflows widgets, you
must configure Business Process Choreographer. For more information,
see "Configuring Business Process Choreographer" in the WebSphere Process Server documentation.
You can use the command line to configure Business Space if you want to write scripts instead of using the administrative console to configure Business Space.
If you are not sure whether Business Space is already configured, you can run the getBusinessSpaceDeployStatus command to check whether Business Space is configured on a server, node, cluster, or cell. For more information about that command, see "getBusinessSpaceDeployStatus command."
Configuring Business Space sets up a browser-based graphical user interface for the business users of your application that is running with the profile you set up. In Business Space, you and your application users can customize content from products in the WebSphere Business Process Management portfolio.
The following example installs the EAR files and configures the data source for Business Space on a cluster. It designates the schema and the product database to use with Business Space when multiple products are installed. In a situation where both WebSphere Process Server and WebSphere Monitor are installed, this example designates the WebSphere Process Server data source as the data source to use with Business Space.
wsadmin>$AdminTask installBusinessSpace {-clusterName myCluster}
wsadmin>$AdminTask configureBusinessSpace {-clusterName myCluster -schemaName myCluster -productTypeForDatasource WPS}