> Tomcat 5.0.28 and Windows XP
I can't help you very much with Windows, but certainly older versions of
Windows had a hosts file in \Windows\System or somewhere like that. It's a
text file, where each line comprises an IP address followed by whitespace
followed by a space-separated list of one or more names. The names in the
list resolve to the address; simple as that.
The address 127.0.0.1 is special; it is always a valid address for 'this
machine' and conventionally the name 'localhost' resolves to 127.0.0.1; so
even if your IP address is dynamically allocated by DHCP you can use
127.0.0.1 (or 'localhost', or another name you've set up for 127.0.0.1 in
your hosts file) for testing.

Signature
simon@jasmine.org.uk (Simon Brooke) http://www.jasmine.org.uk/~simon/
;; If you're doing this for fun, do what seems fun. If you're
;; doing it for money, stop now.
;; Rainer Deyke
IchBin - 29 Sep 2006 21:30 GMT
>> Tomcat 5.0.28 and Windows XP
>
[quoted text clipped - 9 lines]
> 127.0.0.1 (or 'localhost', or another name you've set up for 127.0.0.1 in
> your hosts file) for testing.
That host file on windows XP SP 2 resides here:
C:\WINDOWS\SYSTEM32\DRIVERS\etc\hosts

Signature
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Mark Space - 30 Sep 2006 01:26 GMT
> That host file on windows XP SP 2 resides here:
>
> C:\WINDOWS\SYSTEM32\DRIVERS\etc\hosts
But that won't help outside of his own system.
To the OP: Where did you put the DNS entry for your domain? Who is
doing DNS for you?