using a SSL cert from IIS in Tomcat

Ok, spent the whole freakin day on this one folks. So I’m moving a Flex 1.5 app from IIS/JRun to Tomcat and Flex 2.0. I need to get HTTPS comm up and running on Tomcat. Everythign I read all day started off with ‘Create your CSR…’ Doh! I already have the cert! I must have finally hit the correct Google query to get some direction. The steps are basically the ones outlined here
http://www.endofnow.com/2005/07/12/ssl-for-iis-and-tomcat-using-one-certificate/

DK


Flex SDK hotfix for SDK 2.0.1

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb401224

A hotfix is out. Note, the instructions for FDS updating do NOT include updating the base flex.war file. Update this so that future new apps based on this war file use th updated SDK.

DK


Integrating J2EE Security into Your ColdFusion Application

Awhile back I had submitted this to CFDJ for consideration. It never made it in and I forgot to post it here. So, here it is!

The article discusses how to use J2EE container based security in CF. JRun is used as a example, but this should apply equivalently to other containers.

Integrating_J2EE_Security_into_Your_ColdFusion_Application.doc

j2ee_files_for_j2eesecurityinCF

DK