WEB SERVERS
To run Java applets created with Java Notes classes on an IBM® Lotus® Domino® Web server, you must enable the Domino IIOP (DIIOP) task on the server. This task allows Domino and the browser client to use the Domino Object Request Broker (ORB) server program. The Domino ORB processes the applet requests and transmits the information to the browser client to communicate. You must enable both the Domino IIOP task and the Internet Inter-ORB protocol (IIOP) on the server before users can access the Domino ORB to run the Java applets.
Application designers must create applets with the Java Notes classes and, in addition, they must specify that the applets can use the Domino ORB to communicate with browser clients. Application designers specify this setting when they add the applets to a document or form.
For information on designing Web applications and on the Java Notes classes, see Lotus Domino Designer Help.
To set up the Domino ORB
1. Open the Server document you want to edit.
2. Choose Ports - Internet Ports - DIIOP and complete these fields:
Note The default on Linux servers is 60148 because of an operating system restriction.
6. If necessary, edit the ServerTasks setting in the NOTES.INI file to include the DIIOP task.
7. Set up SSL server authentication, name and password authentication, or anonymous access to the IIOP port for the application or applet.
8. Define server access by browser clients that use Java and JavaScript. If the applet or application uses name-and-password authentication, enter the name for the applet or application. Otherwise, use the name "Anonymous" when setting up server access.
9. Restart the server.
Related topics