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.
Called by:
Prerequisites:
The createInstance.properties file must exist for this Ant target to function. 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).
Example
WC_installdir/bin/config_ant.sh -buildfile WC_installdir/components/Workspaces/xml/configureWorkspaces.xml -DinstanceName=instance CreatePublishJDBCProvider
- Windows: WC_installdir/bin/config_ant.bat -buildfile WC_installdir/components/Workspaces/xml/configureWorkspaces.xml -DinstanceName=instance CreatePublishJDBCProvider
Related Concepts