Someone asked me whether its possible to set up
tomcat for public access.
I mean if I have a static IP and a computer then will this be possible to configure a tomcat in that box and access it from a internet cafe ?
Accessing it like ,
http://xxx.xx.xx.xx:8080/myapp The above should work from an internet cafe.
Has anyone of you have tried this ?
Any special configuration required for this?
This is what I feel about it.
It should work straight out of the box , just install Tomcat and you can access it from any place in the internet.Using IP as the host name.
To make the URL look better you might want to register a domain with that static IP and then can replace the IP in the url with your registered domain name.
Please comment and advice !!
Thanks in advance.