$webwork.htmlEncode($page.space.name) : glast06
This page last changed on Aug 11, 2005 by mattlangston.
External Software Packagesglast06 is a Windows 2003 server running IIS6. It's purpose is to host web service modules for GLAST and to host Release Manager for Windows.
Installing the <display:*> tag library in a ColdFusion serverAll of our ColdFusion server instances make use of the <display:*> tag library, which has dependencies on five jar files and one .tld file. Therefore, when ColdFusion is installed, perform the following steps to install the <display:*> tag library:
Now you can use the <display:*> tag library in any ColdFusion page by adding this to the top of your .cfm page: <cfimport prefix="display" taglib="/WEB-INF/displaytag-11.tld" />
Getting CAS to work with ColdFusionThere is a bug in all 1.4 versions of Sun's JDK which prevents SSL certificates with a key length greater than 1024 from working properly. You will know you have this problem if you try to use CAS (our Single Sign-On Service) from a .cfm because you will get an error simmiliar to the following cfhttp.errorDetail = I/O Exception: Default SSL context init failed: java.io.IOException: subject key, Unknown key spec: Invalid RSA modulus size. Since http://glast-ground.slac.stanford.edu/ uses an SSL certificate with a key length of 4096, you have to patch the JVM (it is simple to do). ColdFusion's JVM lives in jrun_root/jre (on Windows this is typically C:\JRun4\jre). Follow these simple instruction to patch your ColdFusion's JVM to support SSL certificates with 4096 key lengths. |
![]() |
Document generated by Confluence on Aug 21, 2008 10:27 |