File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Sockets and Internet Protocols and the fly likes how do i host a socket server on the net? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "how do i host a socket server on the net?" Watch "how do i host a socket server on the net?" New topic
Author

how do i host a socket server on the net?

Bod Toki
Ranch Hand

Joined: Sep 01, 2006
Posts: 95
hi,
i wrote a socket server application that accepts socket connections but i am not quite sure how i could run the application on the Internet. Are there any server space providers that would allow my JVM process to run? Any other thoughts on how i could get this done.
Thanks.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35250
    
    7
There are no free Java hosting providers that I know of. The Servlets FAQ lists some commercial ones. The cheapest hosting plans start at around USD 5 per month.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how do i host a socket server on the net?
 
Similar Threads
Socket reuse and security
question regarding server socket if server socket is other machine
JPA in a socket sever
How do I run a Java program on the Internet
Help with cross platform capability of Sockets