我正在尝试在 JBoss Application Server 7 中设置 SSL。我想要 http 和 https,所以我添加了:
<connector name="https" scheme="https" protocol="HTTP/1.1" secure ="true" socket- binding="https"/>
我按照https://docs.jboss.org/author/display/AS7/Security+subsystem+configuration的指示创建了一个 jsse 元素
我应该把这个 jsse 元素放在standalone.xml 中的什么位置,如何将它绑定到 https 连接器?