WebSphere Commerce EnterpriseWebSphere Commerce Professional

Changing the ports used for WebSphere Commerce Accelerator and Organization Administration console in the IBM Sales Center

If you want to use different ports, other than the default ports for WebSphere Commerce Accelerator and Organization Administration console, review these instructions.

About this task

You can configure your port numbers for WebSphere Commerce Accelerator and Organization Administration console by using the system configurator to override the default values.

Procedure

  1. Define a new customization plug-in.
  2. Create the config.ini file.
  3. Change the port number in the config.ini file.
    • To change the port number for WebSphere Commerce Accelerator within Sales Center, add the following entry into the config.ini file:
      
      com.ibm.commerce.telesales.ui.impl.webapp.AcceleratorUrlProvider.portNumber=xxxx
      where xxxx is your desired port number.
    • To change the port number for Organization Administration console within Sales Center, add the following entry into the config.ini file:
      
      com.ibm.commerce.telesales.ui.impl.webapp.OrgAdminUrlProvider.portNumber=xxxx 
      
      where xxxx is your desired port number.

    Refer to the com.ibm.commerce.telesales.ui.impl.webapp.AutoLogonUrlProvider API documentation for more information.

  4. Restart your Sales Center Application to reload your configuration entries.