Adding Start And Stop Functionality To A Remote Instance Over Https - Adobe 38043755 - ColdFusion Enterprise - Mac Installation Manual

Installation guide
Hide thumbs Also See for 38043755 - ColdFusion Enterprise - Mac:
Table of Contents

Advertisement

INSTALLING COLDFUSION 10
Installing the Server Configuration
4
Click Submit.
Adding start and stop functionality to a remote instance
over HTTPS
You can start and stop a remote instance over HTTPS or HTTP. To enable this feature, install admin component while
installing ColdFusion. You can install Solr, admin component, or both while installing ColdFusion.
Do the following in the remote host.
1
a
In the remote host, generate a private key in a keystore file. Provide the details at prompt.
cfroot\jre\bin\keytool -genkeypair -alias certificatekey -keyalg RSA -validity 7 -
keystore keystore.jks
b
Export the certificate. You can have a self-signed certificate or a certificate from a Certificate Authority.
cfroot\jre\bin\keytool -export -alias certificatekey -keystore keystore.jks -rfc -file
selfsignedcert.cer
c
Copy the
file created in the
jks
Open the
d
jetty\etc\jetty.xml
e
Search for the string,
To add an HTTPS SSL Listener
<Call name="addConnector">
<Arg>
<New class="org.mortbay.jetty.security.SslSocketConnector">
<Set name="Port">8443</Set>
<Set name="maxIdleTime">30000</Set>
<Set name="keystore"><SystemProperty name="jetty.home" default="." />/etc/jks-
file.jks</Set>
<Set name="password">changeit</Set>
<Set name="keyPassword">changeit</Set>
<Set name="truststore"><SystemProperty name="jetty.home" default="." />/etc/jks-
file.jks</Set>
<Set name="trustPassword">changeit</Set>
</New>
</Arg>
</Call>
Update the keystore name, password, key password, and jks file in the entry.
f
g
Search for the string
org.mortbay.jetty.bio.SocketConnector
Update the host with the IP address of the remote host.
h
Restart the jetty server.
i
Note: If the remote server is running on Windows Vista, Windows 7, or Windows Server 2008, start the jetty sever
with admin privileges.
Do the following in the local host from where you add the remote instance:
2
a
Copy the
file created in the remote host to any of the locations.
.cer
Import the certificate.
b
cfroot\jre\bin\keytool.exe -importcert -keystore "cfroot\jre\lib\security\cacerts" -file
selfsignedcert.cer -storepass password
directory.
jetty\etc
file.
and add the following entry:
Last updated 7/9/2012
.
12

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 10

Table of Contents