(→Testing Gplus Adapter for Salesforce) |
|||
Line 4: | Line 4: | ||
<ol> | <ol> | ||
− | <li>Start the [[HTCCConfigurationOptionsReference#syncNode|syncNode | + | <li>Start the [[HTCCConfigurationOptionsReference#syncNode|syncNode]]. </li> |
<li>Start the remaining nodes.</li> | <li>Start the remaining nodes.</li> | ||
</ol> | </ol> | ||
==Starting the Web Services nodes== | ==Starting the Web Services nodes== | ||
+ | Complete the following steps for each Web Services node, starting with the [[HTCCConfigurationOptionsReference#syncNode|syncNode]].<br/><br/> | ||
+ | '''Start''' | ||
+ | <ol> | ||
+ | <li>To start the node, enter the following command as one complete command line entry, replacing items in square brackets [ ] with the appropriate values as described below: | ||
+ | <source lang="text"> | ||
+ | [java dir]/java -Xmx8G -Xms8G -XX:PermSize=512m -jar [working dir]/gws.jar | ||
+ | </source> | ||
+ | |||
+ | *<tt>[java dir]</tt> — The home directory for Java. For example, '''/usr/bin/java'''. | ||
+ | *<tt>[working dir]</tt> — The working directory you created for your [[DeployWebApp|Web Services web application]]. For example, '''/gws'''. | ||
+ | |||
+ | {{NoteFormat|The memory allocation <tt>-Xmx8G, -Xms8G, -XX:MaxPermSize</tt> is mandatory for the Web Services node.}} | ||
+ | |||
+ | For example, your command line might look like the following: | ||
+ | <source lang="text"> | ||
+ | /usr/bin/java -Xmx8G -Xms8G -XX:PermSize=512m -jar /gws/gws.jar | ||
+ | </source> | ||
+ | </li> | ||
+ | </ol> | ||
+ | '''End''' | ||
+ | |||
+ | <toggledisplay linkstyle font-size:larger showtext="[+] Starting the Web Services nodes for 8.5.201.09 or earlier" hidetext="[-] Hide"> | ||
+ | ==Starting the Web Services nodes for 8.5.201.09 or earlier== | ||
Complete the following steps for each Web Services node, starting with the [[HTCCConfigurationOptionsReference#syncNode|syncNode]].<br/><br/> | Complete the following steps for each Web Services node, starting with the [[HTCCConfigurationOptionsReference#syncNode|syncNode]].<br/><br/> | ||
'''Start''' | '''Start''' | ||
Line 36: | Line 59: | ||
</ol> | </ol> | ||
'''End''' | '''End''' | ||
+ | </toggledisplay> | ||
==Testing Web Services== | ==Testing Web Services== |
Revision as of 17:30, March 8, 2016
Starting and testing
Contents
After you install and configure Web Services, you should start the nodes in the following order:
- Start the syncNode.
- Start the remaining nodes.
Starting the Web Services nodes
Complete the following steps for each Web Services node, starting with the syncNode.
Start
- To start the node, enter the following command as one complete command line entry, replacing items in square brackets [ ] with the appropriate values as described below:
[java dir]/java -Xmx8G -Xms8G -XX:PermSize=512m -jar [working dir]/gws.jar
- [java dir] — The home directory for Java. For example, /usr/bin/java.
- [working dir] — The working directory you created for your Web Services web application. For example, /gws.
ImportantThe memory allocation -Xmx8G, -Xms8G, -XX:MaxPermSize is mandatory for the Web Services node.For example, your command line might look like the following:
/usr/bin/java -Xmx8G -Xms8G -XX:PermSize=512m -jar /gws/gws.jar
End
[+] Starting the Web Services nodes for 8.5.201.09 or earlier
Testing Web Services
Complete the steps below to verify each Web Services node is up and running.
Start
- Type the following URL into a web browser:
http://ws_host:ws_port/api/v2/diagnostics/version
- ws_host — The host name or IP address for the Web Services node.
- ws_port — The port for the Web Services node.
If the request is successful, the version is printed in the browser:
{"statusCode":0,"version":"8.5.200.96"}
End
Testing Workspace Web Edition
Complete the following steps for each Web Services node to confirm that Workspace Web Edition is working.
Start
- Launch Workspace Web Edition by navigating to http://ws_host:ws_port/ui/ad/v1/index.html in a web browser.
- ws_host — The host name or IP address for the Web Services node.
- ws_port — The port for the Web Services node.
For example, the URL might be http://192.0.2.20:8080/ui/ad/v1/index.html
End
Testing Gplus Adapter for Salesforce
Complete the following steps for each Web Services node to confirm that Gplus Adapter for Salesforce is working.
Start
- Launch Gplus Adapter for Salesforce by navigating to http://ws_host:ws_port/ui/crm-adapter/index.html in a web browser.
- ws_host — The host name or IP address for the Web Services node.
- ws_port — The port for the Web Services node.
For example, the URL might be http://192.0.2.20:8080/ui/crm-adapter/index.html
End