From the course: Software Design: From Requirements to Release

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

POC deployment

POC deployment

From the course: Software Design: From Requirements to Release

Start my 1-month free trial

POC deployment

- [Instructor] With our POC implementation completed on dev side, we are all set to deploy our proof of concept to production, so let us take a look at what we have here. I have one EC2 instance which I have connected through remote desktop or RDB. Through this RDB I have installed Apache Tomcat and inside the folder I can go into bin and get this server started. You can see that the server is up and running. I can test that by going into browser and then getting into localhost 8080 this webpage shows that my server is up and running. We should also test connecting to this Tomcat from some other machine outside the RDB just to make sure that we are able to access it from public domain. For that, I'll go back to my bank machine here you see my EC2 management console showing the EC2 instance and you can also see the public DNS, which I can copy. Go to my browser. Type in the port 8080 and you will see once again…

Contents