Copying the plugin-cfg.xml file to Web server

If you are not using an IBM HTTP Server as your Web server, you must complete the steps on this page each time a change is made to the plugin-cfg.xml file to copy the plugin-cfg.xml file to the remote Web server.

Procedure

  1. Stop the Web server according the documentation provided with the Web server.
  2. WebSphere Commerce EnterpriseWebSphere Commerce ProfessionalCopy the following file on the WebSphere Commerce node.
    WebSphere Commerce EnterpriseLinuxWindowsWebSphere Commerce Professional
    WebSphere Commerce in a clustered environment WAS_DM_profiledir/config/cells/cell_name/nodes/webserver_node/servers/webserver_name/plugin-cfg.xml
    WebSphere Commerce in a non- clustered environment

    WC_profiledir/config/cells/cell_name/nodes/
    webserver_node/servers/webserver_name/
    plugin-cfg.xml

    To determine the location you need to copy the file to, go to the Web servers section of WebSphere Application Server administration console and click Propagate Plug-in. A message box displays with the location. For example:
    /usr/WebSphere/Plugins/config/webserver1

    Overwrite any existing plugin-cfg.xml file on the Web server node.

    Important: The plugin-cfg.xml file contains directory-specific information. If you do not copy the file to the exact same directory structure on the Web server node, the Web server will not function correctly and WebSphere Commerce will be inaccessible.
  3. WebSphere Commerce - ExpressCopy the following file on the WebSphere Commerce node to the same location on the Web Server node:

    LinuxWindowsWC_profiledir/config/cells/cell_name/nodes/node_name/servers/server_name/plugin-cfg.xml

    Overwrite any existing plugin-cfg.xml file on the Web server node.

    Important: The plugin-cfg.xml file contains directory-specific information. If you do not copy the file to the exact same directory structure on the Web server node, the Web server will not function correctly and WebSphere Commerce will be inaccessible.
  4. WebSphere Commerce EnterpriseSolarisWindowsWebSphere Commerce ProfessionalFor Sun Java System Web Server 7.0 Update 4 users, ensure that the path for the WebSphere Application Server plug-in is shown correctly in the configuration files. The line in a configuration file for the WebSphere Application Server plug-in resembles the following text:
    SolarisAIX
    Init fn="as_init" 
    bootstrap.properties="WAS_installdir/config/cells/plugin-cfg.xml"
    Windows
    Init fn="as_init" 
    bootstrap.properties="WAS_installdir\config\cells\plugin-cfg.xml"
    Note: For Microsoft Internet Information Services (IIS) users, the path for the WebSphere Application Server plug-in can be found in the plugin-cfg.loc file. For more information, see Configuring Microsoft Internet Information Services.

    If the path in the configuration files does not match the full path to the plugin-cfg.xml file on the Web server node, correct the path.

  5. Start the Web server according to the documentation provided with the Web server.