- Newest
- Most votes
- Most comments
To properly configure and run the CardDemo application in the AWS Mainframe Modernization environment, you'll need to follow these steps:
-
First, ensure you have deployed the CardDemo application that AWS CloudFormation created for you. You can do this through the AWS Mainframe Modernization console:
- Go to the Applications section
- Select the CardDemo application (it will have a unique identifier appended to its name)
- Choose Actions, then Deploy application
- Select the corresponding runtime environment
- Click Deploy and wait for it to complete successfully
-
Once deployed, start the application:
- Select the application again
- Choose Actions, then Start application
- Wait until the application status shows as Running
-
In the application details page, you should see a Port number and DNS Hostname. You'll need these to connect to the running application.
-
To connect to the CardDemo application, use a 3270 emulator and specify the DNS hostname and port number you obtained in step 3.
If you're still seeing a generic CICS signon screen instead of the CardDemo login, there might be an issue with the application deployment or configuration. In this case, you may need to:
-
Double-check that you've imported the initial data correctly. This typically involves editing and uploading a JSON file to Amazon S3, then importing it through the console.
-
Verify that all necessary files and packages are present in your project structure, especially in the src/main/java directory. The CardDemo application requires specific packages like com.infotel.carrierdemo.batch and com.infotel.carrierdemo.online.
-
If you're still encountering issues, you might need to consult the specific documentation for the CardDemo application or reach out to AWS support for further assistance.
Remember, the exact steps may vary slightly depending on whether you're using the Micro Focus or Blu Age version of the CardDemo application, so make sure you're following the correct tutorial for your specific setup.
Sources
Tutorial: Set up the CardDemo sample application in AWS Mainframe Modernization Application Testing - AWS Mainframe Modernization
My carddemo-service src/main/java is incomplete for the AWS Blu Age Go Live demo | AWS re:Post
answered a year ago
