Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have created a web based project in Jsp and Servlets which works good on the Apache Tomcat Server. I want to know how can i put it on Amazon using Cloud Technology.

share|improve this question
3  
Cloud technology is a general technology term not an specific protocol. You should refer to any cloud-provider's manual you're seeking. – AbiusX Mar 16 '11 at 4:32

2 Answers

First, I recommend going through the Get Started with EC2 guide to get the perspective of an end user new to cloud computing. This involves using the EC2 web console to control the cloud. This is a good guide for novice users.

Second, try going through the Getting Started with the Command Line Tools guide. Once you've completed the Setting Up the Tools step you'll want to jump to the Launching and Using Instances guide. This uses the EC2 command line interface to control the cloud. This is the guide for advanced users.

Once you've got a VM up and running try deploying Tomcat as usual. This should get your feet wet.

share|improve this answer

Upload your project's .war in elastic bean stalk and deploy project.

The steps to create a new application in beanstalk is -

1) Create a new application say "test app" in Elastic beanstalk, chose the region which best suits your requirement.

2) Create a new environment in the application "test app", select the application server you like to have i.e, tomcat 6 32/64 or tomcat732/64.

3) upload the .war in the newly created environment.

4) You can provide a custom Cname through which you can access you web application from browser.

5) Finally based on your requirements you can set the healthcheck status time interval, scaling unit

For further help you can also buy any cloud management software to upload and manage your web based application easily.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.