- Newest
- Most votes
- Most comments
Hello,
In version 4.2.0 the bac.war is located in C:\Work\AWS-BluAge\Runtime-Timebomb\webapps-consoles
regards
Thank you for bringing this to our attention. It appears that there have been some changes between the version used in the training videos (3.2.0) and the version you're currently working with (4.2.0). This can indeed lead to discrepancies in the process and file locations.
Regarding the BAC (Blu Age Connect) component:
In more recent versions of AWS Blu Age Runtime, the BAC is typically distributed as a web application archive (.war) file rather than as separate .pom and .jar files. This .war file is usually intended to be deployed alongside the BluAge Gapwalk-Application in an Apache Tomcat application server.
The absence of bac.pom and bac.jar in the path you mentioned (C:\Work\AWS-BluAge\Runtime-Timebomb\shared) is likely due to this change in distribution format.
For the current version, you should look for a bac.war file instead. This file might be located in a different directory, possibly in a 'webapps' or 'webapps-extra' folder within the AWS Blu Age Runtime installation.
If you cannot find the bac.war file, it's possible that it needs to be deployed separately or may require additional configuration steps in the newer version.
To resolve the deployment failure:
- Check for the presence of bac.war in other directories within the AWS Blu Age Runtime installation.
- If found, you may need to move it to the appropriate 'webapps' folder for deployment.
- Ensure that the necessary configuration file (application-bac.yml) is present and properly set up.
- Review the latest documentation for AWS Blu Age Runtime 4.2.0 for any changes in the deployment process or required configurations.
If the issue persists, I recommend reaching out to AWS support or the AWS Blu Age team for the most up-to-date guidance on deploying the BAC component in version 4.2.0.
Sources
Deploying the BAC - AWS Mainframe Modernization
Set up configuration for AWS Blu Age Runtime - AWS Mainframe Modernization
Relevant content
- asked 6 months ago
- asked 8 months ago
- Accepted Answerasked 3 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
Thanks I ran into the same issue. I guess the videos need an update