I have found answer from JBoss forum. JBoss 4.2 bind to localhost by default.
  Thanks.

David Smith <[EMAIL PROTECTED]> wrote:
  I don't see anything obviously wrong here. I assume jboss.bind.address 
is set somewhere else in the config. Is there anything in the logs 
indicating a problem? Have you verified via netstat that tomcat is 
listening on 8080 and the address you've specified?

--David

Dave wrote:
> JBoss 4.2.2, cluster config, ie JBoss/server/all, tomcat server.xml 
> configures ports as following:
> 
> > maxThreads="250" maxHttpHeaderSize="8192"
> emptySessionPath="true" protocol="HTTP/1.1"
> enableLookups="false" redirectPort="443" acceptCount="100"
> connectionTimeout="20000" disableUploadTimeout="true" />
> 
> > maxThreads="150" scheme="https" secure="true"
> clientAuth="true" sslProtocol="TLS"
> keystoreFile="${jboss.server.home.dir}/conf/my.keystore"
> keystorePass="123456"/>
>
> > emptySessionPath="true" enableLookups="false" redirectPort="443" />
> 
> the https port 443 is working, but the port 8080 is not working. Firewall is 
> disabled.
> I used filter to log all requests, but no requests for 8080 port. I changed 
> the port to 80, no luck.
> 
> Thanks for any help.
> Dave
> 
>
> 
> ---------------------------------
> Never miss a thing. Make Yahoo your homepage.
> 


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



       
---------------------------------
Never miss a thing.   Make Yahoo your homepage.

Reply via email to