• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Servlets in the cloud?

 
Ranch Hand
Posts: 239
2
jQuery Postgres Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am developing my first servlet based app that has a Postgresql database and will soon be ready for it to go live.

I had envisioned launching it through a web hosting service that had tomcat (as my IDE uses) but I also wish to explore 'cloud' options such as amazon.

Is it possible to host standard servelt/database application in the 'cloud'? If so, what would be a good book or website to explain to a beginner how it is done?

I have been searching the internet for a while but cannot seem to find anything; perhaps I am asking the wrong questions.

Thanks

Marten
 
Ranch Hand
Posts: 34
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
AFAIK, of course it can be hosted in cloud. Cloud hosting service is not that different from normal web hosting service. It just have scalable resources when you need it and you pay for what you really use.

I don't have experience about cloud so I cannot suggest you a good read though.
 
There is no beard big enough to make me comfortable enough with my masculinity to wear pink. Tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic