> This question is not directly Java related except I'm using servlets in
> Tomcat that I'd like to access on my local area network.....
[quoted text clipped - 6 lines]
> other computers on the LAN. The URL works on that computer1 with that
> syntax but the other computers come back with "page not found"
If all the machines are in the same local LAN, i.e., the same NAT range, you
should be able to reach 'computer1' directly with its (local) IP address. If
you are referencing it by DNS name, make sure your DNS server or the clients'
hosts files have entries for 'computer1'. Make sure the Windows and other
firewalls are configured to allow incoming connections on port 9090 on
'computer1'.

Signature
Lew
Roy Epperson - 11 Apr 2007 05:34 GMT
Thanks Lew. I though all the firewalls were off.. Windoze started one
.......
>> This question is not directly Java related except I'm using servlets
>> in Tomcat that I'd like to access on my local area network.....
[quoted text clipped - 13 lines]
> sure the Windows and other firewalls are configured to allow incoming
> connections on port 9090 on 'computer1'.