Take a look at server.xml and specifically the <Connector/> element corresponding to port 8447. Does it have an attribute named address set to "127.0.0.1" ? If so, remove that attribute and restart tomcat. Setting the address attribute to 127.0.0.1 specifically binds tomcat to the localhost adapter and you'll never be able to connect to it from any other client.

-- David

Alexander Alekseev wrote:
Server is 192.168.2.100, client is 192.168.2.X

We tried using http://192.168.2.100:8447/ from the client, and the blank
problem first cropped up.

Now, instead of http://localhost:8447/ we tried http://192.168.2.100:8447/
from the server itself, and it also comes up blank.



-----Original Message-----
From: Mike Sabroff [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 9:55 AM
To: Tomcat Users List
Subject: Re: App will work on localhost but blank on client PC.

How does localhost resolve in that scenario...why not use the hostname or ip address





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
David Smith
Network Operations Supervisor
Department of Entomology
Cornell University
2132 Comstock Hall
Ithaca, NY 14853
Phone: (607) 255-9571
Fax: (607) 255-0940


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to