JBoss 4.2.2, cluster config, ie JBoss/server/all, tomcat server.xml configures ports as following: <Connector port="8080" address="${jboss.bind.address}" maxThreads="250" maxHttpHeaderSize="8192" emptySessionPath="true" protocol="HTTP/1.1" enableLookups="false" redirectPort="443" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" /> <Connector port="443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="true" sslProtocol="TLS" keystoreFile="${jboss.server.home.dir}/conf/my.keystore" keystorePass="123456"/>
<Connector port="8009" address="${jboss.bind.address}" protocol="AJP/1.3" 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.