Add or modify the following piece of code into the standalone.xml file
<subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false"> <connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" secure="true"> <ssl password="ppcseportal" certificate-key-file="C:\Temp\certs\ks" verify-client="false" certificate-file="C:\Temp\certs\ks"/> </connector> <virtual-server name="default-host" enable-welcome-root="true"> <alias name="localhost"/> <alias name="abc.com.au"/> <alias name="example.com"/> </virtual-server> </subsystem>
No comments:
Post a Comment