Click to See Complete Forum and Search --> : Address bar


lontana
February 15th, 2006, 08:28 AM
Dear All, I apologize for the naivety of my question, I have just started with HTML and already have problems.
How can I display my HTML file on Apache server Tomcat that is installed locally.
First I simply clicked twice on my HTML file but it did not work.
What should I do?
What should I type in address bar?
Thank you in advance!!!!

PeejAvery
February 15th, 2006, 12:11 PM
If it is on the server and the server is running, use 127.0.0.1 for the local host.

degsy
February 16th, 2006, 08:34 AM
or http://localhost

PeejAvery
February 16th, 2006, 09:21 AM
or http://localhost
Yes, but this is not always configured.