Access secure resources using SSL and applet clients

 

Overview

By default, the applet client is configured to have security enabled. If you have global security turned on at the server from which you are accessing resources, then use secure sockets layer (SSL) when needed. If you decide that the security requirements for the applet differ from other application client types, then create a new version of the sas.client.props file.

 

Procedure

  1. Make a copy of the following file so that use it for an applet:

    <product_install_directory>/properties/sas.client.props
    

  2. Edit the copy of sas.client.props file that you made with your changes.

  3. Click Start > Control panel > select the product Java plug-in to open the Java control panel.

    • To use the file you created in step 1, modify the following value

      -Dcom.ibm.CORBA.ConfigURL=file:<product_install_directory>\properties\sas.client.props
      

    For more information on the sas.client.props file and WAS security, see the Security section of the information center.

 

See also


Applet client security requirements