6.3. Configuring the Java client
It is necessary to configure the Java client so that it can access secured applications. It must be made aware of certain properties, such as the security settings for the client ORB. The properties are provided in a file called sas.client.props. The JVM in which the application client will run should be set to use this property file by adding the directive: com.ibm.CORBA.ConfigURL=<URL_of_the_properties_file>. |
So, to start the JVM, enter:
java -Dcom.ibm.CORBA.ConfigURL=file:/<WebSphere_root>/properties/sas.client.prop ...
Get IBM WebSphere V5.0 Security: WebSphere Handbook Series now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.