removed xml <, />
Connector port="80" 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="false" 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"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119404#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...