Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I developed web app using J2EE. I want to know is there any free website or portal that enables us to host our app?

share|improve this question

closed as off topic by ChrisF Dec 21 '12 at 11:07

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

3 Answers

up vote 3 down vote accepted

Google App Engine (GAE) supports Java, if your application is designed to run on the cloud it can be hosted for free, until you have many users / bandwith requirements. http://code.google.com/appengine/docs/java/gettingstarted/

share|improve this answer

You may also want to check out http://sourceforge.net/create/ Your application is made available for download, and you will also receive stats. There is a great community behind SourceForge, and there is a built in bug tracking system!

share|improve this answer

Try these two free hosting sites. These run your application on cloud.

  1. Google App Engine (GAE)
  2. Cloud Foundry
share|improve this answer

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