There is no much information around the BAM deployment . BAM deployment can be done by the following two ways
I have done some enhancements to the ant task . The enhancements are
The ant task reads the file to be imported and replaces the predefined config file for export. Since the content requires to be inline for remote deployment.
You can get the complete source on my git hub repository.
- When you have to do a deployment to BAM all you can use is ICommandTask which needs to run from the same machine as the weblogic server. You can still use it from the remote machine provided you copy the config file from the remote machine to the local one
- Using the ICommand.jar file you can create an ant task and deploy it to the server. You needn't copy any files from the remote server all you need is url and credentials to the environment
I have done some enhancements to the ant task . The enhancements are
- BAM icommand only accepts inline content as it can't read remote files . Copying and pasting all this is a pain so i have automated using ant and reading the file.
- Checking the response in the file (is difficult for multiple files) so i have made it available on to the command prompt.
The ant task reads the file to be imported and replaces the predefined config file for export. Since the content requires to be inline for remote deployment.
You can get the complete source on my git hub repository.
No comments:
Post a Comment