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
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