> I updated jrun.xml to have SSL turned on and restarted the service no problem:
>
> <service class="jrun.servlet.http.SSLService" name="SSLService">
>    <attribute name="port">1701</attribute>
>    <attribute name="interface">*</attribute>
>    <attribute name="keyStore">{jrun.rootdir}/lib/security/keystore</attribute>
>    <attribute name="keyStorePassword">changeit</attribute>
>    <attribute 
> name="trustStore">{jrun.rootdir}/lib/security/trustStore</attribute>
>    <attribute 
> name="socketFactoryName">jrun.servlet.http.JRunSSLServerSocketFactory</attribute>
>    <attribute name="clientAuth">false</attribute>
>    <attribute name="enabled">true</attribute>
>  </service>

That's unrelated to this. That lets you use the built-in JRun web
server to allow SSL/TLS connections.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, o

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343127
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to