ANT target: ConfigureCommerceServer

The ConfigureCommerceServer executes steps to configure the WAS for the WebSphere Commerce instance. The target creates a profile, web server definition, virtual hosts, data source, and installs the WebSphere Commerce enterprise application. Finally, the web server plug-in configuration file is generated.

For detailed descriptions, refer to the individual pages for the subtargets.

 

Called by:

CreateInstance

 

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).

merchantKey

The WebSphere Commerce site merchant key.

siteAdminPassword

The WebSphere Commerce site administrator's password.

AIX|Linux|Solaris|Windows:

dbaPassword

The database administrator's password.

dbUserPassword

The WebSphere Commerce database user's password.

 

Example


Related Concepts

ANT targets