ANT target: ConfigureWorkspaceComponent
ConfigureWorkspaceComponent is used to configure the workspaces feature on an authoring server.
Called by:
Calls:
Prerequisites:
The createInstance.properties file must exist for this Ant target to work. For information on generating the properties file, see ANT targets.
Required parameters:
- instance
- The name of the WebSphere Commerce instance with which you are working (for example, demo).
- cmDBUserPwd
- The authoring server's workspace database user password.
AIX|Linux|Solaris|Windows:
dbaPassword
- The database administrator's password.
- dbUserPassword
- The WebSphere Commerce database user's password.
Example
AIX|Linux|Solaris|WC_installdir/bin/config_ant.sh -DinstanceName=instance -DcmDBUserPwd=cmDBUserPwd -DdbaPassword=dbaPassword -DdbUserPassword=dbUserPassword ConfigureWorkspaceComponent
I5/OS: WC_installdir/bin/config_ant.sh -DinstanceName=instance -DcmDBUserPwd=cmDBUserPwd -DdbUserPassword=dbUserPassword ConfigureWorkspaceComponent
Windows:
WC_installdir/bin/config_ant.bat -DinstanceName=instance -DcmDBUserPwd=cmDBUserPwd -DdbaPassword=dbaPassword -DdbUserPassword=dbUserPassword ConfigureWorkspaceComponent
Recovery:
- If an error occurs, review the following logs:
AIX|Linux|Solaris|Windows:
- WC_installdir/instances/instance/logs/createInstanceANT.log
- WC_installdir/instances/instance/logs/createInstanceANT.err.log
I5/OS|
- WC_userdir/instances/instance/logs/createInstanceANT.log
- WC_userdir/instances/instance/logs/createInstanceANT.err.log
- Identify which ANT target of ConfigureWorkspaceComponent failed.
- Resolve the problem.
- Execute the ConfigureWorkspaceComponent target again.
- ANT target: CreateWorkspace
Creates a workspace for an authoring server.- ANT target: CreatePublishJaasAuthData
CreatePublishJaasAuthData creates the JAAS Authentication Data to be used for the Commerce datasource. The JAAS Authentication Data object contains the Commerce database user ID and password.- ANT target: CreatePublishJDBCProvider
CreatePublishJDBCProvider creates a new JDBC provider for connecting to the production server database. The quickpublish feature use this datasource to move data from the authoring server database to the production server database.- ANT target: CreatePublishDataSource
CreatePublishDataSource creates a data source which points to the production database. The quickpublish feature uses this data source to move data from the authoring server's database to the production server's database. CreatePublishDataSource adds the new datasource under the current WebSphere Commerce JDBC Provider in the authoring server.
Related Concepts