Had to format it as code to finally show up :( sorry about that. 

<Connector port="8443" address="${jboss.bind.address}"
  |     maxThreads="100" strategy="ms" maxHttpHeaderSize="8192"
  |      emptySessionPath="true"
  |      scheme="https" secure="true" clientAuth="true" 
  |      keystoreFile="${jboss.server.home.dir}/conf/localhost.ks"
  |      keystorePass="123456"
  |      truststoreFile="${jboss.server.home.dir}/conf/localhost.ks" 
  |      truststorePass="123456"
  |      sslProtocol="TLS" />

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

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


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to