Link to home
Start Free TrialLog in
Avatar of python_
python_Flag for United Kingdom of Great Britain and Northern Ireland

asked on

where to host java socket server

I feel that i could be missing something obvious, but is there any hosting company that would host Java socket server (maybe it's called differently)

Everyone seems to be offering JSP, Servlet, Tomcat support, but my server is essentially .jar file, which when executed, listens and responds on specified port, using plain ServerSocket and Socket.

I could host the server at home, but I need more reliability and better speed.
I'm unable to find any company advertising such services :(
Avatar of Ajay-Singh
Ajay-Singh

You need a server box, with jvm installed. So, you should ask for the
provider, if you can install jvm.
Avatar of Mick Barry
you can just get a standard vm and install whatever you want on it if you like.

What you must remember is that hosting companies need to achieve economies of scale, which is why they need to host using widely required platforms.

The only way (normally) you are going to get what you want is to get an account with shell access so you can load what you want. Be aware though that those are the most expensive accounts.

You could try to open a socket from a servlet using a Java hosting co, but they might not allow that on an arbitrary port, and non-arbitrary ones are going to be in use already
ASKER CERTIFIED SOLUTION
Avatar of beekeep
beekeep
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
$20 a month for arbitrary ports and the loose cannon that's the Java VM sounds pretty good to me! Keep us posted ...
Avatar of python_

ASKER

Indeed, Virtual Private Server is the answer to my question, I found a package for £15 a month.
Thanks so much, always knew there should be a simple solution :)
That's good. Can you tell us what that is?
Thanks
Avatar of python_

ASKER

or even better http://cheapvps.co.uk/ :)
Thanks
> Indeed, Virtual Private Server is the answer to my question, I found a package for £15 a month.

thats what I had already suggested earlier :)