Configuring XMPP proxy server shared library

You configure an XMPP proxy server shared library by defining the shared library, create a class loader to XMPP proxy server, and associating the new shared library with the XMPP proxy server.

Procedure

  1. Define a shared library for the XMPP Proxy server:
    1. Click Environment > Shared libraries in the console navigation tree.
    2. Change the scope of the collection table to the following:
      Node=[XMPPPROXY_NODE_NAME], Server=XMPPProxyServer
    3. Click Apply.
    4. Click New.
    5. In Name field type GatewayLib.
    6. In Classpath field type the following:
       C:/PROGRA~1/IBM/WEBSPH~1/STGATE~1/rtc_gw_lib
      where the path represents the install location of WebSphere® Application Server. The folder names in the path cannot contain any blank spaces.
    7. Click OK, and then click Save.
  2. Create a class loader to the XMPP proxy server.
    1. Click Servers > Server Types > WebSphere application servers > XMPPProxy.
    2. Click Java and Process Management > Class loader.
    3. Click New.
    4. Choose the parent first class loader.
    5. Click OK, and then click Save.
  3. Associate the new shared library with the XMPP proxy class loader you created.
    1. Click the class_loader_ID you created.
    2. Click Shared library references to access the Library reference page.
    3. Click Add.
    4. Make sure GatewayLib is selected in the list.
    5. Click OK and then click Save.
  4. Restart the XMPP proxy server.