简体   繁体   中英

How to host the web service in cloud server?

I have created one web service in java using eclipse,i need to know how to host that service on cloud server,can any one let me know how to host that service on the cloud,with steps?

Thanks for your precious time!...

Probably a http://serverfault.com question, likely to be closed. But here are the pointers,

  1. Get an account from Cloud service providers like AWS.,
  2. Run a (virtual) machine of your choice,
  3. Use ssh/rdc to connect and install all the software that you need,
  4. Copy your software/application there.
  5. Start your service. Test if the works when you access using public IP/DNS.
  6. Get a Domain name -- create an A Name record for the domain using this machine's IP.

Use this domain for accessing your app/service.

Do not forget to take-backup/create-image of your machine.

PS: this was a comment, then I realized it stretched too long.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM