Welcome to Techy Tunes !

Follow Me

Redirect Requests in Amazon Web Services (AWS) Platform with Apache2

I was developing some web apps with REST calls using Amazon Web Services. I did the initial stuff, such as registering and creating instances. But then , I was lost. I had some war files to deploy, so I installed Tomcat 7 and JDK to my host. Started the tomcat and called the url with the public ip that AWS gave me with the port 8080 in the browser (That's what we locally do right ? ;) ) . S


Continue Reading