Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java web server

Status
Not open for further replies.

JontyMC

Programmer
Nov 26, 2001
1,276
GB
I have written a java web server that sends a simple html page using http. It creates a server socket that listens on a particular port. It works great and on the local network you can use it fine by typing " (really "
Question is, how can I access from the internet? Do I just have it running, have an open internet connection and then type " into the browser? I've tried this and it doesnt work. My internet connection is AOL broadband in the UK, has this got something to do with it? Does AOL block it or what? Is it possible to run a server like this or do I need some sort of special web space/connection?

Any replies would be really helpful,

Thanks,

Jon
 
That would typically be how you'd do it.
It's very likely that AOL/UK has got those ports blocked. Or, if you have a broadband router, it's likely blocking them too. Definitely a networking issue, and not a coding issue if it works on your local PC.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top