Ant target: CreatePublishJDBCProvider

CreatePublishJDBCProvider creates a JDBC provider for connecting to the production server database. The quickpublish feature uses this data source to move data from the authoring server database to the production server database.

Important: This Ant target is to be used only as a part of WebSphere Commerce instance creation.

Called by

ConfigureWorkspaces

Prerequisites

The createInstance.properties file must exist for this Ant target to function. For information about generating the properties file, see Ant targets.

Required parameters

instance_name
The name of the WebSphere Commerce instance with which you are working (for example, demo).

Example

  • For IBM i OS operating systemSolarisLinuxAIXWC_installdir/bin/config_ant.sh -buildfile WC_installdir/components/Workspaces/xml/configureWorkspaces.xml -DinstanceName=instance_name CreatePublishJDBCProvider
  • WindowsWC_installdir/bin/config_ant.bat -buildfile WC_installdir/components/Workspaces/xml/configureWorkspaces.xml -DinstanceName=instance_name CreatePublishJDBCProvider