Summary
In this chapter, we have covered how to deploy an application in Tomcat using Tomcat Manager Application by setting role
and users
in tomcat-users.xml
. We can use same deployment method where we can configure or edit tomcat-users.xml
. Same approach was used for PetClinic application deployment in the Docker container.
It is a suitable approach in Infrastructure as a Service. We have also deployed PetClinic application in Platform as a Service such as AWS Elastic Beanstalk and Microsoft Azure web app.
We have also verified what topics we have covered till now for end to end deployment for PetClinic application.
In the next chapter, we will discuss about continuous monitoring for infrastructure and application.