Mobile app version of vmapp.org
Login or Join
Phylliss660

: How / Where can I host my Java web application? Possible Duplicate: How to find web hosting that meets my requirements? Edit: Just to be clear. I want a place where I can

@Phylliss660

Posted in: #Java #WebHosting

Possible Duplicate:
How to find web hosting that meets my requirements?




Edit: Just to be clear. I want a place where I can do $>java myapp, where myapp uses plain old ServerSocket. No jsp, no servlet, just very basic stuff -- may as well be a chargen server.

In case you want to skip to the crux of my inquiry just read the bold type.

I just finished my CS degree (at 39 years old :-)). For my final project I designed and built a system that can provide local positioning / location awareness to mobile wifi devices (only have Android client thus far). The server receives data from clients, processes it, and responds to the clients with a messages containing information about their respective locations. I would like to continue the project (perhaps release as open source but that is a different discussion). Thus far my server application has been running on the CS department's hardware where I could pretty much do whatever I wanted. I'm getting kicked off that system in a few weeks so I have to find a new home for my server application.

I need a host that will let me run my Java server (along w/ mySQL db) -- preferably on the cheap since I haven't yet got a job. I have very little experience with the "real world" of web development / hosting. I'm having trouble figuring out what kind of hosting service will let me run my application as is. If that turns out to be a tall order then I need to know what my options are for changing thing so that I can get up and running with some hosting.

As an aside, I'm also researching whether or not I should rewrite this in a different language. Trying to figure out if there is a substantially better (for whatever reason) one for what I'm doing. This might also potentially have a bearing on my hosting needs. One possibility is to write the server in something more widely accepted by hosting services.

I have been searching for answers to my question and haven't found quite what I'm looking for. Part of the problem might be that I don't know exactly what terminology to use. If there is a good answer to this question elsewhere please feel free to point me towards it.

Thanks for help / advice.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Phylliss660

1 Comments

Sorted by latest first Latest Oldest Best

 

@BetL925

I would use heroku.com, you will probably pay nothing for a small website (I have a commercial website running there and it is capable of serving millions of users per month for free). You also have a PostgreSQL database available for free to get started with, which is very similar to MySQL.

I would really recommend this, the skills you will learn will really set you up well for the future.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme