RE: Can't hit tomcat by real IPAddress or Hostname

2008-04-21 Thread rkapil
That was the problem. Strange how it didn't have the same behavior with JBoss 4.0.5 and Tomcat 5.5. Thanks for your help. "Caldarale wrote: > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Subject: Re: Can't hit tomcat by real IPAddress or Hostn

RE: Can't hit tomcat by real IPAddress or Hostname

2008-04-21 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Re: Can't hit tomcat by real IPAddress or Hostname > >

Re: Can't hit tomcat by real IPAddress or Hostname

2008-04-21 Thread rkapil
Client and server are on the same local machine. There is a firewall, but I shut it down and it isn't the problem. My Tomcat 5.5 app works fine locally. Some more info: this is TC6 packaged with JBoss 4.2.2. Here is the config: David Smith <[EMAIL PROTECTED]> wrote: > If I had to hazard

Re: Can't hit tomcat by real IPAddress or Hostname

2008-04-21 Thread David Smith
If I had to hazard a guess, a firewall is in the way. Can you say more about your network topology? From where are you attempting to connect and what's between the client and the server? Lastly, do you have an address attribute in the connector for port 4949 in your server.xml? --David [EM

Can't hit tomcat by real IPAddress or Hostname

2008-04-21 Thread rkapil
Here's the situation: - I can hit Tomcat 6 using http://localhost:4949 - I can hit Tomcat 6 using http://127.0.0.1:4949 - I CAN'T hit Tomcat using my "real" IP Address http://1xx.189.130.51:4949 or by using the machine's hostname. I had no problem doing this with Tomcat 5x. What would cause this

Can't hit tomcat by real IPAddress or Hostname

2008-04-21 Thread rkapil
Here's the situation: - I can hit Tomcat 6 using http://localhost:4949 - I can hit Tomcat 6 using http://127.0.0.1:4949 - I CAN'T hit Tomcat using my "real" IP Address http://1xx.189.130.51:4949 or by using the machine's hostname. I had no problem doing this with Tomcat 5x. What would cause this