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:

 <Connector port="4949" address="${jboss.bind.address}"
         maxThreads="250" strategy="ms" maxHttpHeaderSize="8192"
         emptySessionPath="true" protocol="HTTP/1.1" scheme="http"
         enableLookups="false" redirectPort="4950" acceptCount="100"
         connectionTimeout="20000" disableUploadTimeout="true"/>

---- David Smith <[EMAIL PROTECTED]> wrote: 
> 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
> 
> [EMAIL PROTECTED] wrote:
> 
> >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? 
> >
> >Thanks.
> >
> >---------------------------------------------------------------------
> >To start a new topic, e-mail: users@tomcat.apache.org
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >  
> >
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to