Re: App will work on localhost but blank on client PC.

2006-02-15 Thread David Smith
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

RE: App will work on localhost but blank on client PC.

2006-02-14 Thread Alexander Alekseev
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

Re: App will work on localhost but blank on client PC.

2006-02-14 Thread Pham Anh Tuan
maybe caused by firewall or something like that ... ? - Original Message - From: Alexander Alekseev [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: users@tomcat.apache.org Sent: Wednesday, February 15, 2006 10:00 AM Subject: RE: App will work on localhost but blank on client PC. Server

RE: App will work on localhost but blank on client PC.

2006-02-14 Thread Alexander Alekseev
The 2k3s does not run a firewall, we have the router performing that function. Pages on port 80 through IIS load fine. I will try configuring the router to specifically not block port 8447 to the server and see what happens. -Original Message- From: Pham Anh Tuan [mailto:[EMAIL