Einrichten von SSL in JBoss AS 7

Ich bin versucht zu bekommen, SSL einrichten, in der JBoss Application Server 7. Ich möchte http und https, so fügte ich hinzu:

<connector name="https" scheme="https" protocol="HTTP/1.1" secure ="true" socket-   binding="https"/>

Erstellte ich eine jsse-element, wie geleitet, durch https://docs.jboss.org/author/display/AS7/Security+subsystem+Konfiguration

Wo lege ich diese jsse-element in standalone.xml und wie kann ich binden Sie es an der https-connector?

InformationsquelleAutor MarkSholund | 2011-11-10
Schreibe einen Kommentar