• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I have developed a small web-based database program using servlets and ms-access. I have tested the same in my local machine. Now i would like to upload this application into a webserver.
I am not sure of what type web-hosting service to select. I find there are lot of free webhosting services.
Is it enough if the web-hosting allows me to upload my servlets ?can i upload my database to webserver ?
Please suggest how to deploy my application . Also suggest me a webserver where i can host it.
regards
sankar
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is a tricky question with no easy answer. You will need either a "dedicated" server (expensive and potentially difficult to maintain) or an account with a hosting company which supports Java servlets and a compatible database.
Very few (if any?) of the free services support Servlets, and only a small number support any form of database. These are the sort of extras you have to pay for. Several lists of Servlet hosting companies have been posted to this forum, please search the stored topics.
reply
    Bookmark Topic Watch Topic
  • New Topic