In this section, you will apply few configuration changes to the Tomcat server which was deployed in the Eclipse IDE.
Now, add external dependencies to the Murach application
Path | Document base |
---|---|
/gapwalk-application | C:\Users\Administrator\Documents\Old-WorkShop\dependencies\gapwalk-application-3.0.0-b1902.war |
/jac | C:\Users\Administrator\Documents\Old-WorkShop\dependencies\jac-3.0.0-b1902.war |
/bac | C:\Users\Administrator\Documents\Old-WorkShop\dependencies\bac-3.0.0-b1902.war |
Copy application configuration folders to the Tomcat default server folder as follows:
Copy and paste scripts folder from Murach-Forward-service under src/main/resources to C:\BluAge\Cobol2SpringBoot
Create new folder config inside C:\BluAge\Cobol2SpringBoot
Copy and paste application.yml, logback-Murach-Forward files from Murach-Forward-service under src/main/resources to config folder under C:\BluAge\Cobol2SpringBoot
Replace existing DB endpoint with Aurora PostgreSQL endpoint as follows:
Start the Tomcat server from the Eclipse IDE as follows.
As a best practice, clear the server temporary files through ‘Clean’ & ‘Clean Tomcat WorkDirectory’ before starting the server.