Programming Guides › Connector Programming Guide › SDK Sample Connectors › SDKWS (SDK Web Services) Connector › SDKWS Sample Connector Build Requirements › Build the SDKWS Sample Connector
Build the SDKWS Sample Connector
To use the Forward Inc web application, build the SDKWS sample connector.
To build the SDKWS sample connector
- Verify that the JAVA_HOME points to your JDK install.
- Set an ANT_HOME environment variable to the full path that you unzipped the ANT installation to.
- Use the following path to address the location of ANT_HOME:
C:\Program Files (x86)\CA\Identity Manager\Connector Server SDK\thirdparty\apache-ant-1.8.2
- Add the bin/ directory under the ANT_Home path to your PATH environment variable, for example:
- (Windows) PATH=%ANT_HOME%\bin;...
- (UNIX) path=${ANT_HOME}/bin:...
- Open a Command Prompt window and navigate to the following directory:
<Identity Manager Home>/Connector Server SDK
- Enter the following command:
ant inst
The ant installer creates the jcs-connector-sdkws.zip file in the build/inst/ directory.
- Copy jcs-connector-sdkws.zip into CA IAM CS installer directory where you downloaded the CA IdentityMinder installation files, then enter the following command:
Run setup.exe
CA IAM CS starts.
You have built the SDKWS sample connector.
- Generate SDKWS Connector Account Management Screens.
- Start Tomcat.
- Open a web browser and enter the following URL:
http://localhost:8089/forwardinc
The Forward Inc web page appears.
- Run the JMeter tests.
- To view the SDKWS Connector Account Management screens, start the CA IdentityMinder User Console and navigate to the SDKWS Endpoint.
Copyright © 2013 CA.
All rights reserved.
|
|