Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Follow the steps bellow to configure and enable transports at the service-level .

...

using the management console

...

.

...

Transport

...

configurations are saved in the embedded registry and are loaded from there. We also support the traditional axis2.xml file-based transport configuration model. For instance, you can override the transport configurations in the registry by specifying different configurations in the <PRODUCT_HOME>/conf/axis2/axis2.xml file. Transport configuration details given in the axis2.xml file gets priority over the transport configuration details saved in the registry. Any changes to axis2.xml file require a server restart to take effect. Also, HTTP and HTTPS transports are configured in axis2.xml. Therefore, they are always loaded at the server start-up from the axis2.xml.

  1. Log in to the management console and select Services > List under the Main menu.  

 

Configuring Transports

  1. From the Deployed Services page that appears, click the service in which you want to configure transports. 
  2. The service's dashboard opens. Click Transports from the Quality of Service Configuration panelImage Added
  3. The Transport Management page appears. It lists the available transport listeners and senders. From here, you can add new transports and remove/configure exposed transports separately, without restarting the server.Image Added
      
  4. To configure a transport, click the

...

  1. Configure Transport

...

  1. icon associated with a transport.

...


  1. Specify configuration parameters for the transport listener or the sender. 
  2. Enter the parameter name and click

...

  1. Add

...

Image Removed

...

  1. to enter the

...

  1. value.

...

  1.  
  2. Click pdate"

...

  1. once done.The updated settings

...

  1. take effect immediately and the corresponding transport listener or sender is restarted. 
  2. If you do not want to configure parameters, you can click "Cancel." You will be navigated to a "Transport Management" page where you can:
  • Enable a disabled transport.
  • Disable or configure an enabled transport

 

...

Note:
HTTP and HTTPS transports are configured in the axis2.xml. Therefore, they are always loaded at the server start-up from the axis2.xml.

Enabling a Transport

To enable a transport listener or a sender, click the "Enable" link associated with the transport. You will be navigated to a page where the configuration parameters for the transport listener or sender can be specified. The required fields will be populated with default values, which you can change according to your requirements.Click "Enable" once configuration is done.


Click "Yes" to confirm.

Image Removed

 

If any of the dependencies required to enable the transport listener or the sender are missing, the transport will not be enabled and you will be redirected to the Transport Management page. You will notice that the The Enable option is still available for that particular transport listener or sender, indicating that it hasn't been enabled. Therefore, it is important that you put all the required jars in the <CARBON<PRODUCT_HOME>/repository/components/dropins directory folder before attempting to activate a transport listener or a sender.

 

Info
titleNote

TTP You cannot disable HTTP and HTTPS transports cannot be disabled since those transports because they are required by the management console and related administrative services.

...