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



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



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




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



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 PROTECTED] 
Sent: Tuesday, February 14, 2006 10:38 PM
To: Tomcat Users List
Subject: Re: App will work on localhost but blank on client PC.

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




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



App will work on localhost but blank on client PC.

2006-02-13 Thread Alexander Alekseev
I have a 2K3 Server on our intranet running Trend InterScan Messaging
Security Suite which uses Apache Tomcat.

 

I can access this app on the server through http://localhost:8447/ just
fine.

 

But when we try to access this app through a client connected to the 2k3s,
we get a blank page with no error message, just one line of characters:

 

 

  _  

[1][1]

 

We've searched through Trend's support for this product and they don't have
any suggestions except to make sure the redirects from IIS are there, which
they are. 

 

Beyond that, they barely even mention Tomcat, so does anyone have an idea
what may be wrong?