Applet clients have the following setup requirements:
Unlike typical applets that reside on either Web servers or WebSphere Application Servers and can only communicate using the HTTP protocol, applet clients are capable of communicating over the HTTP protocol and the RMI-IIOP protocol. This additional capability gives the applet direct access to enterprise beans.
-Djava.security.policy=<product_installation_dir>\properties\client.policy -Dwas.install.root=<product_installation_dir> -Djava.ext.dirs=<product_installation_dir>\classes; <product_installation_dir>\java\jre\lib\ext; <product_installation_dir>\java\jre\lib; <product_installation_dir>\lib;<product_installation_dir>\properties -Dcom.ibm.CORBA.ConfigURL=file:<product_installation_dir>\properties\sas.client.props -classpath <product_installation_dir>\properties
Note: The previous entries are automatically placed into the WebSphere Application Server control panel for the Java plug-in user who installed the WebSphere Application Sever Application Client. If this sample is being run by a user other than the person who installed the client, the user must enter the entries.
View the Samples gallery for more information about application clients.
Sub-topics
Accessing secure resources using SSL and applet clients