December 2002
Intermediate to advanced
556 pages
12h 29m
English
![]() ![]() | 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 ...
Read now
Unlock full access