ANT target: CreateWorkspace
Creates a workspace for an authoring server.
Called by:
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).
AIX|Linux|Solaris|Windows:
dbaPassword
- The password for the Database Administrator
AIX|Linux|Solaris|Windows:
dbUserPassword
- The WebSphere Commerce database user's password.
Example
- AIX|Linux|Solaris|WC_installdir/bin/config_ant.sh -buildfile WC_installdir/components/Workspaces/xml/configureWorkspaces.xml -DinstanceName=instance -DdbaPassword=dbaPassword CreateWorkspace
- I5/OS:
WC_installdir/bin/config_ant.sh -buildfile WC_installdir/components/Workspaces/xml/configureWorkspaces.xml -DinstanceName=instance -DdbUserPassword=dbUserPassword CreateWorkspace
- Windows: WC_installdir/bin/config_ant.bat -buildfile WC_installdir/components/Workspaces/xml/configureWorkspaces.xml -DinstanceName=instance -DdbaPassword=dbaPassword CreateWorkspace
Related Concepts
ANT targets