| JVM vendor 
                                 						  
                                  Security settings  |  
                              						
                              IBM | SUN | 
|---|---|---|
| Disabled administrative security | Without additional JVM parameters | Without additional JVM parameters | 
| Enabled administrative security 
                                 						  
                                  Inbound CSIv2 Transport Layer = TCP/IP  |  
                              						
                              Additional JVM parameter: 
                                 						  -Dcom.ibm.CORBA.ConfigURL 
                                 						  
                                  (already predefined)  |  
                              						
                              Additional JVM parameter: 
                                 						  -Dcom.ibm.CORBA.ConfigURL 
                                    						   
                                 						  
                                  (predefined)  |  
                              					 
                           
| Enabled administrative security 
                                 						  
                                  Inbound CSIv2 Transport Layer = SSL-supported  |  
                              						
                              Additional JVM parameters: -Dcom.ibm.CORBA.ConfigURL (predefined) -Dcom.ibm.SSL.ConfigURL | Does not work | 
| Enabled administrative security 
                                 						  
                                  Inbound CSIv2Transport Layer = SSL-required  |  
                              						
                              Additional JVM parameters: 
                                 						  -Dcom.ibm.CORBA.ConfigURL (already predefined) 
                                 						  
                                  -Dcom.ibm.SSL.ConfigURL  |  
                              						
                              Does not work | 
The value for the -Dcom.ibm.CORBA.ConfigURL parameter must be the URL path to the file sas.client.props. The default sas.client.props file is located in the folder %INSTALL_DIR%/Include/jmx-config/WebSphere%MAJOR_VERSION%. For example: For WebSphere 7, the URL path is C:\Program%20Files%20(x86)\Silk\Silk%20Performer%2010.0\Include\jmx-config\WebSphere7. If your server has specific settings, you can use the sas.client.props file from the properties folder of the WebSphere profile. For Example: file:/C:\Program%20Files%20(x86)\IBM\WebSphere\AppServer1\profiles\AppSrv01\properties\sas.client.props
Pay attention to the following two variables and their values in your sas.client.props file: com.ibm.CSI.performTransportAssocSSLTLSRequired=false and com.ibm.CSI.performTransportAssocSSLTLSSupported=true
The value for the -Dcom.ibm.SSL.ConfigURL parameter must be the URL path to the file ssl.client.props, which is found in the properties folder of the WebSphere profile. For example: file:/C:\Program%20Files%20 (x86)\IBM\WebSphere\AppServer1\profiles\AppSrv01\properties\ssl.client.props.
Pay attention to the variable user.root in the file ssl.client.props. It must contain the valid path to the profile folder with the etc directory that contains the key- and trust-files. Blanks in the URL path to the files sas.client.props and ssl.client.props must be replaced with %20.