Amazon AWS Servlet Hosting

I have a Java servlet (.war file) that should be hosted on Amazon AWS.

Does anyone know of the steps involved in doing this in the form of a tutorial to help me do this?

+3
source share
1 answer

From its sounds, you are not familiar with the deployment features of a web server or Java servlet container such as Tomcat. However, I believe that the fastest and easiest way to deploy a war file for AWS is to use Amazon Elastic Beanstalk (see the “For Java Developers” section). If you manage to create a war file, then Elastic Beanstalk should launch quickly and quickly you.

, , Tomcat. FYI Tomcat - - Java. AWS.

+7

All Articles