Reference > ANT targets > Ant targets: Creating and configuring targets > CreateInstance > ConfigureWorkspaceComponent
ANT target: CreatePublishJDBCProvider
CreatePublishJDBCProvider creates a new JDBC provider for connecting to the production server database. The quickpublish feature use this data source 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 about generating the properties file, see ANT targets.
Required parameters:
- instance
- The name of the WCS instance with which you are working (for example, demo).
Example
- WC_INSTALL/bin/config_ant.sh -buildfile WC_INSTALL/components/Workspaces/xml/configureWorkspaces.xml -DinstanceName=instance CreatePublishJDBCProvider
- WC_INSTALL/bin/config_ant.bat -buildfile WC_INSTALL/components/Workspaces/xml/configureWorkspaces.xml -DinstanceName=instance CreatePublishJDBCProvider
Related concepts