Adobe COLDFUSION 9 Manual page 902

Developing applications
Hide thumbs Also See for COLDFUSION 9:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Office file interoperability
Deploy the CF9SSOWebPart.wsp Web Part for Microsoft Office SharePoint Server 2007
To configure single sign-on for Microsoft Office SharePoint Server 2007, deploy the CF9SSOWebPart.wsp file to the
SharePoint server.
Copy the CF9SSOWebPart.wsp file to the BIN folder within the Web Server extensions. It is normally located at
1
Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN in the SharePoint server.
To deploy the solution to SharePoint, use the command prompt to navigate to Program Files\Common
2
Files\Microsoft Shared\Web Server Extensions\12\BIN and enter the following commands, as required.
To delete the solution if it is already present:
STSADM.EXE -o deletesolution -name CF9SSOWebPart.wsp -override
To add the solution to SharePoint:
STSADM.EXE -o addsolution -f CF9SSOWebPart.wsp
To deploy the solution to the configured website by specifying the URL:
STSADM.EXE -o deploysolution -name CF9SSOWebPart.wsp
-url <virtual server url> -local -allowGacDeployment
To deploy the solution to all the configured websites:
STSADM.EXE -o deploysolution -name CF9SSOWebPart.wsp -allcontenturls -local -
allowGacDeployment
Import the CF9SSOWebPart.wsp Web Part into a Web Part Page
Navigate to the web page on the SharePoint server where you want the Web Part to be accessible.
1
In the Web Part page, click Site Actions > Site Settings.
2
3
In the Site Settings page, click Galleries > Web Parts.
In the Web Part gallery, click Upload in the toolbar pane.
4
Select the CF9SSOWebPart.wsp Web Part.
5
6
Enter the following details in the toolbar pane.
• URL of the ColdFusion application to access
• The form field name as the User ID
• The form field name as the password
• Name of the SSO application where the credentials are configured
Once the Web Part is deployed, it takes the credentials from the SharePoint Single Sign-On database (based on the
application name entered in the Tools Pane). These credentials are transferred to the ColdFusion application through
the URL (provided in the Tools Pane) in a FORM containing the specified form fields.
Deploy the CF9SharepointSSOCab.CAB Web Part for Microsoft Office SharePoint Portal
Server 2003
To configure single sign-on for Microsoft Office SharePoint Portal Server 2003, deploy the CAB file -
CF9SharepointSSOCab.CAB
1
Copy the CF9SharepointSSOCab.CAB to the BIN folder within the Web Server extensions. It is normally located
at Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\BIN in the SharePoint server.
Create a folder named CFSharePointSSO within the Layouts folder. The Layouts folder is normally located at
2
Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\Template\Layouts.
Last updated 8/5/2010
897

Advertisement

Table of Contents
loading

Table of Contents