Tomcat and LAN

R

Roy Epperson

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

I need some pointers where I can learn how to setup my network.

I have 4 Windows XP machines on a Netgear wireless router. On one
machine (Windows XP/professional) I have Tomcat running on port 9090.
I'd like to be able to do http://computer1:9090/test/index.htm from the
other computers on the LAN. The URL works on that computer1 with that
syntax but the other computers come back with "page not found"

Thanks in advance,
Roy
 
L

Lew

Roy said:
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.....

I need some pointers where I can learn how to setup my network.

I have 4 Windows XP machines on a Netgear wireless router. On one
machine (Windows XP/professional) I have Tomcat running on port 9090.
I'd like to be able to do http://computer1:9090/test/index.htm from the
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'.
 
R

Roy Epperson

Thanks Lew. I though all the firewalls were off.. Windoze started one
........
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,989
Messages
2,570,207
Members
46,783
Latest member
RickeyDort

Latest Threads

Top