Try it again:
       Connector className = "org.apache.coyote.tomcat4.CoyoteConnector"
         address="${jboss.bind.address}" 
         port = "50443" 
         scheme = "https"  
         secure = "true"
         > 
         Factory className
            = "org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
           keystoreFile="${jboss.server.home.dir}/conf/server.keystore"
           keystorePass="mypassword"
           clientAuth="false"
           
SSLImplementation="org.apache.tomcat.util.net.jsse.JSSEImplementation"
           protocol = "TLS"/>
       Connector>


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857641#3857641

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857641


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to