1 Reply Latest reply on Dec 28, 2009 5:03 AM by jfclere

    Does JBoss support NIO connector?

      Hi All,

       

      I tried to config connector supported NIO, but failed.

      Would you like to tell me how to config connector with NIO?

      My configuration of server.xml as:

       

       

          <Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol" SSLEnabled="true"
                     maxThreads="150" scheme="https" secure="true"
                     clientAuth="false" sslProtocol="TLS"
         keystoreFile="c:\server.keystore" keystorePass="changeit" />

       

       

      Thanks in advance for your help!