ANT target: PostInstanceCreation
PostInstanceCreation performs various post instance creation configuration actions such as setting file permissions on the WebSphere Commerce files for iSeries.
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).
Example
AIX|Linux|Solaris|I5/OS:
WC_installdir/bin/config_ant.sh -DinstanceName=instance PostInstanceCreation
Windows:
WC_installdir/bin/config_ant.bat -DinstanceName=instance PostInstanceCreation
Recovery:
- If an error occurs, review the following log files:
AIX|Linux|Solaris|Windows:
- WC_installdir/instances/ instance/logs/createInstanceANT.log
- WC_installdir/instances/ instance/logs/createInstanceANT.err.log
I5/OS|
- WC_userdir/instances/ instance/logs/createInstanceANT.log
- WC_userdir/instances/ instance/logs/createInstanceANT.err.log
- Identify which target failed.
- Resolve the problem.
- Execute the PostInstanceCreation target again.
Related Concepts