Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more: , +
I want to publish my webapp its working on Tomcat 8 , Java , Postgresql , JSF 2.2 i am looking for free host service with free DB up to 100MB the servers need to be available at lest 99% and with free domain or sub domain
thanks for help

What I have tried:

i have tried the following hosts 1. heliohost not so good , aws the DB is not free
Posted
Updated 5-Jun-16 22:20pm
Comments
Sergey Alexandrovich Kryukov 5-Jun-16 17:25pm    
Sorry, I would say this is an off-topic question. In a way, the question makes sense; it's clear that it would be good to get a good advice on this topic, only it is not related to the topics of this forum. Besides, giving you some exact URL on this page would not be a correct action, as it would mean promoting of some commercial business.

You need to conduct your own search; free hosting is not uncommon. It also depends on your purpose. Maybe you can consider free service as a free trial for limited period of time, maybe not.

—SA

1 solution

You are entering way too many requests for the publishing company to grant you with. And that, for free. Listen, nothing comes for free today and if something is, I bet there are many ways you are going to pay them later.

99% availability, 100MB database size (which I had to really struggle hard to get for my cousins' website) and other services. No company would give you for free. If they will, they will cut short many areas such as bandwidth to 10GB per month, RAM usage to 128MB or CPU usage to a top limit and so on.

If you really want to get all this for free, try this: Use your own machine as hosting server. It works for every programming framework. You just have to enable a static IP address that can be accessed from external networks such as Internet. You can get a static IP address or get a domain name to get the IP address for that one. Then update your machine's settings to allow users to communicate through network over your own machine. Which is going to be free for you. You just have to pay for that IP address.

I wrote a similar article for ASP.NET, I am sure Java built web applications can use the similar methods for network configuration, A simple guide to setting up home server using IIS and ASP.NET[^]. Use the sections for system configuration. On other systems the settings are a bit different but overall similar.

But, I must warn you, you should pay a real deal of attention to security and management of your servers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900