Re: can't see a tomcat installation on home network

2005-04-20 Thread Hassan Schroeder
Nikola Milutinovic wrote:
Try SSH, instead of Telnet. Download PuTTY and install it.
Sheesh, no, don't confuse the issue.
This is not about the OP trying to open a shell on a remote system,
it's about *using telnet* as a command-line tool to try to connect
to an arbitrary remote port -- in this case port 8080, (hopefully)
opened by Tomcat. SSH isn't part of this picture.
FWIW!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
  dream.  code.

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


RE: can't see a tomcat installation on home network

2005-04-20 Thread Raghupathy,Gurumoorthy
Yes, this is what I wanted to convey 
 
telnet to linux mahcine on port 8080 to check if it responding 



-Original Message-
From: Hassan Schroeder [mailto:[EMAIL PROTECTED] 
Sent: 20 April 2005 15:00
To: Tomcat Users List
Subject: Re: can't see a tomcat installation on home network


Nikola Milutinovic wrote:

 Try SSH, instead of Telnet. Download PuTTY and install it.

Sheesh, no, don't confuse the issue.

This is not about the OP trying to open a shell on a remote system,
it's about *using telnet* as a command-line tool to try to connect
to an arbitrary remote port -- in this case port 8080, (hopefully)
opened by Tomcat. SSH isn't part of this picture.

FWIW!
-- 
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

   dream.  code.



-
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: can't see a tomcat installation on home network

2005-04-20 Thread Greg Baynham
After running 
iptables --flush
 I can now connect to the linux tomcat server on port 8080 from the
windows machine.

thanks guys, I'll spend some time reading up on iptables to figure out
how to configure it.


On Wed, 2005-04-20 at 15:06 +0100, Raghupathy,Gurumoorthy wrote:
 Yes, this is what I wanted to convey 
  
   telnet to linux mahcine on port 8080 to check if it responding 
 
 
 
 -Original Message-
 From: Hassan Schroeder [mailto:[EMAIL PROTECTED] 
 Sent: 20 April 2005 15:00
 To: Tomcat Users List
 Subject: Re: can't see a tomcat installation on home network
 
 
 Nikola Milutinovic wrote:
 
  Try SSH, instead of Telnet. Download PuTTY and install it.
 
 Sheesh, no, don't confuse the issue.
 
 This is not about the OP trying to open a shell on a remote system,
 it's about *using telnet* as a command-line tool to try to connect
 to an arbitrary remote port -- in this case port 8080, (hopefully)
 opened by Tomcat. SSH isn't part of this picture.
 
 FWIW!


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



can't see a tomcat installation on home network

2005-04-19 Thread Greg Baynham
I've installed Tomcat on a Linux fedora box but am unable to access it from 
a windows xp home edition box.  I've found the IP address for the Linux box 
but when I type that in with the :8080 at the end of the address on the XP 
box it eventually returns that the connection was refused.

is there something more I have to do to the tomcat installation to make it 
visible to other machines?

thanks in advance
grb
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: can't see a tomcat installation on home network

2005-04-19 Thread Gurumoorthy
First try to ping to your tomcat machine from xp machine
Then try to telnet to your tomcat machine  from xp machine

c:\telnet machineip 8080

See if you can connect.

To cross check send me the output of following details

ON xp Machine   :ipconfig
ON linux Machine:ifconfig

Regards
Guru



- Original Message -
From: Greg Baynham [EMAIL PROTECTED]
To: tomcat-user@jakarta.apache.org
Sent: Tuesday, April 19, 2005 6:55 PM
Subject: can't see a tomcat installation on home network


 I've installed Tomcat on a Linux fedora box but am unable to access it
from
 a windows xp home edition box.  I've found the IP address for the Linux
box
 but when I type that in with the :8080 at the end of the address on the XP
 box it eventually returns that the connection was refused.

 is there something more I have to do to the tomcat installation to make it
 visible to other machines?

 thanks in advance

 grb


 -
 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: can't see a tomcat installation on home network

2005-04-19 Thread Parsons Technical Services
Is iptables running?
ps ax
If yes your firewall may be blocking the port. You will need to add port 
8080 to the firewall.

Doug
- Original Message - 
From: Gurumoorthy [EMAIL PROTECTED]
To: Tomcat Users List tomcat-user@jakarta.apache.org
Sent: Tuesday, April 19, 2005 2:28 PM
Subject: Re: can't see a tomcat installation on home network


First try to ping to your tomcat machine from xp machine
Then try to telnet to your tomcat machine  from xp machine
c:\telnet machineip 8080
See if you can connect.
To cross check send me the output of following details
ON xp Machine   :ipconfig
ON linux Machine:ifconfig
Regards
Guru

- Original Message -
From: Greg Baynham [EMAIL PROTECTED]
To: tomcat-user@jakarta.apache.org
Sent: Tuesday, April 19, 2005 6:55 PM
Subject: can't see a tomcat installation on home network

I've installed Tomcat on a Linux fedora box but am unable to access it
from
a windows xp home edition box.  I've found the IP address for the Linux
box
but when I type that in with the :8080 at the end of the address on the 
XP
box it eventually returns that the connection was refused.

is there something more I have to do to the tomcat installation to make 
it
visible to other machines?

thanks in advance
grb
-
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]


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


Re: can't see a tomcat installation on home network

2005-04-19 Thread Greg Baynham
I can ping to the Linux box, but not telnet.

here is the ifconfig:
[EMAIL PROTECTED] ~]# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:01:02:01:31:03  
  inet addr:192.168.2.188  Bcast:192.168.2.255
Mask:255.255.255.0
  inet6 addr: fe80::201:2ff:fe01:3103/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:921 errors:0 dropped:0 overruns:0 frame:0
  TX packets:892 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
 RX bytes:572260 (558.8 KiB)  TX bytes:129057 (126.0 KiB)
  Interrupt:3 Base address:0xbc00 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:2141 errors:0 dropped:0 overruns:0 frame:0
  TX packets:2141 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:2390638 (2.2 MiB)  TX bytes:2390638 (2.2 MiB)

then from ipconfig:
ip:  192.168.2.187
subnet mask: 255.255.255.0
default gateway: 192.168.2.1



On Tue, 2005-04-19 at 19:28 +0100, Gurumoorthy wrote:
 First try to ping to your tomcat machine from xp machine
 Then try to telnet to your tomcat machine  from xp machine
 
 c:\telnet machineip 8080
 
 See if you can connect.
 
 To cross check send me the output of following details
 
 ON xp Machine   :ipconfig
 ON linux Machine:ifconfig
 
 Regards
 Guru
 
 



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



Re: can't see a tomcat installation on home network

2005-04-19 Thread Greg Baynham
I do not see iptables running under either my acount or root.

On Tue, 2005-04-19 at 15:43 -0400, Parsons Technical Services wrote:
 Is iptables running?
 
 ps ax
 
 If yes your firewall may be blocking the port. You will need to add port 
 8080 to the firewall.
 
 Doug
 



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



Re: can't see a tomcat installation on home network

2005-04-19 Thread Jason Bainbridge
On 4/19/05, Greg Baynham [EMAIL PROTECTED] wrote:
 I've installed Tomcat on a Linux fedora box but am unable to access it from
 a windows xp home edition box.  I've found the IP address for the Linux box
 but when I type that in with the :8080 at the end of the address on the XP
 box it eventually returns that the connection was refused.

So are you trying http://192.168.2.188:8080 including the http:// part
in Internet Explorer?

Although if telnet isn't working that would seem to indicate another
problem most likely with a firewall setting somewhere.

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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



RE: can't see a tomcat installation on home network

2005-04-19 Thread Jay Burgess
I'm coming in late to this thread, but the word Telnet caught my eye.  I just
debugged a Telnet issue today by running Ethereal and seeing what was going on
at the network level.  Maybe something like that will work for you?

Ethereal is great, and can be found at http://www.ethereal.com//

Jay
Vertical Technology Group
Essential Technology Links
http://www.vtgroup.com/

 

-Original Message-
From: Jason Bainbridge [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 19, 2005 5:01 PM
To: Tomcat Users List
Subject: Re: can't see a tomcat installation on home network

On 4/19/05, Greg Baynham [EMAIL PROTECTED] wrote:
 I've installed Tomcat on a Linux fedora box but am unable to access it from
 a windows xp home edition box.  I've found the IP address for the Linux box
 but when I type that in with the :8080 at the end of the address on the XP
 box it eventually returns that the connection was refused.

So are you trying http://192.168.2.188:8080 including the http:// part
in Internet Explorer?

Although if telnet isn't working that would seem to indicate another
problem most likely with a firewall setting somewhere.

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

-
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: can't see a tomcat installation on home network

2005-04-19 Thread Nikola Milutinovic
Greg Baynham wrote:
I can ping to the Linux box, but not telnet.
 

Nowdays NOBODY enables Telnet, unless they are totally sure the network 
is safe. And with the presence of freeware SSH clients, like OpenSSH on 
Linux and PuTTY on Windows, nobody has to run Telnet, even on safe networks.

Try SSH, instead of Telnet. Download PuTTY and install it.
Nix.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]