This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

GUI

Graphical User Interface is a graphical view through which users can invoke and control back-end functions.


 

OAuth

OAuth stands for Open Authorization. It is an open protocol to allow secure API authorization in a simple and standard method, which allows users to share their private data without having to declare credentials, typically username and password.


 

Port offset

The port offset feature allows you to run multiple WSO2 products, multiple instances of a WSO2 product, or multiple WSO2 product clusters on the same server or virtual machine (VM). The port offset defines the number by which all ports defined in the runtime such as the HTTP/S ports will be offset. For example, if the HTTP port is defined as 9763 and the portOffset is 1, the effective HTTP port will be 9764. Therefore, for each additional WSO2 product, instance, or cluster you add to a server, set the port offset to a unique value (the default is 0).

Port offset can be passed to the server during startup as follows:
./wso2server.sh -DportOffset=3

Alternatively, you can set it in the Ports section of <PRODUCT_HOME>/repository/conf/carbon.xml as follows:
<Offset>3</Offset>


 

SOAP

An XML-based, extensible message envelope format, with "bindings" to underlying protocols. The primary protocols are HTTP and HTTPS, although bindings for others, including SMTP and XMPP, have been written.


WSO2 Carbon Platform

The 100% open source, component-based WSO2 Carbon enterprise middleware platform enables developers to rapidly orchestrate a broad range of business and technical solutions that integrate well with legacy, packaged and SaaS applications.


WSO2 GS Management Console

WSO2 GS Management Console is a Web-based control panel which enables system administrators to interact with a running WSO2 Gadget Server instance without touching any underlying configuration files. The Management Console allows the users to add and manage gadgets, users, get statistics and much more.


XML

Extensible Markup Language (XML) is a set of rules for encoding documents in machine-readable, simple form. It is defined in the XML 1.0 Specification.

  • No labels