Adobe LiveCycle
Installing and Configuring LiveCycle for JBoss
3. In a text editor, open the server.xml file from the
[appserver root]/server/all/deploy/jbossweb-tomcat50.sar directory, and then uncomment the
following section:
<!-- SSL/TLS Connector configuration using the SSL domain keystore
<Connector port="8443" address="${jboss.bind.address}"
-->
4. Change the value for the
"${jboss.server.home.dir}/svcnative/ads-ssl.jks"
keystore file.
5. Change the value of the
you created the keystore.
6. Save the server.xml file.
7. In a text editor, open the iiop-service.xml file from the [appserver_root]/server/all/deploy directory, and
then uncomment the following text:
<!-- (uncomment to use IIOP over SSL)
<mbean code="org.jboss.security.plugins.JaasSecurityDomain"
</mbean>
-->
8. Set the values for the
<attribute name="KeyStoreURL">
</attribute>
<attribute name="KeyStorePass">
</attribute>
9. In the
<!-- (uncomment to use IIOP over SSL)
<attribute name="SecurityDomain">java:/jaas/IIOP+SSL</attribute>
<depends>jboss.security:serivce=JaasSecurityDomain,domain=IIOP+SSL
</depends>
</mbean>
-->
maxThreads="100" minSpareThreads="5" maxSpareThreads="15"
scheme="https" secure="true" clientAuth="false"
keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore"
keystorePass="rmi+ssl" sslProtocol = "TLS" />
keystoreFile
keystorePass
name="jboss.security:service=JaasSecurityDomain,domain=IIOP+SSL">
<constructor>
<arg type="java.lang.String" value="IIOP+SSL"/>
</constructor>
<attribute name="KeyStoreURL">iiop-over-ssl.keystore</attribute>
<attribute name="KeyStorePass">iiop-over-ssl</attribute>
KeyStoreURL
[appserver_root]/server/all/svcnative/ads-ssl.jks
keystore password
CORBA ORB service
attribute to
attribute to the keystore password that you specified when
and
KeyStorePass
section, uncomment the following text:
Configuring SSL on JBoss
Configuring SSL on JBoss
, which is the location of your
attributes to match your configuration:
74
Need help?
Do you have a question about the LIVE CYCLE 7.2 - INSTALLING AND CONFIGURING LIVECYCLE FOR JBOSS and is the answer not in the manual?
Questions and answers