WebSphere sMash application deployment to staging or production are usually performed using those two high level steps:
- From development machine & for each project, extract a shared module using sMash "package" command, ftp and publish it to the target (staging or production) server. Then create a new module on target server using smash "create" command and use option "linkto" with the published shared module. This will be done once only when you deploy the application on the target server for the first time.
- After making a new change to the application on your development environment, increment version number in Ivy.xml, package, ftp and publish the module on the target server. Then run the sMash command "zero update" to force the deployed application to point to the latest published module version & thus your new code is active.
No comments:
Post a Comment