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/.

Starting Governance Registry Management Console on Windows

Once you have installed WSO2 Governance Registry (See Installing Governance Registry on Windows from Binary Distribution, Installing Governance Registry on Windows from Source Distribution), follow the below instructions to access the Governance Registry Management Console on Windows.



Step 1. Execute Governance Registry Start Script

In order to launch the Governance Registry Management Console, you need to execute the WSO2 Governance Registry start script wso2server.bat from the bin folder.

Follow the below instructions to run the start script.

1. Access the Windows command prompt (go to "Start" "Run" type "cmd" without quotes and press "OK").

2. Execute the following command, replacing "<GREG_HOME>" with the path of the Governance Registry installation folder (e.g., c:\greg\wso2greg-4.5.0\bin):

cd <GREG_HOME>\bin

3. Execute the following command:

wso2server.bat --run

Note

Note that you can pass some system properties when starting the server.

4. The operation log is displayed, showing that the Governance Registry start script is running.


Step 2. Access Governance Registry Management Console (Web Interface)

With WSO2 Governance Registry properly installed, you can access its Management Console (web interface) by opening a web browser and typing in the host name or IP address of the Governance Registry server.

Accessing Governance Registry from Local Machine

1. You can connect to the Governance Registry Web Interface from the computer on which it is installed. Open a web browser and enter the following URL:

https://localhost:9443/carbon

2. The WSO2 Governance Registry homepage opens.

Accessing Governance Registry from Internet/LAN

To connect to the Governance Registry Web Interface from any computer connected to the Internet/LAN, follow the below instructions.

1. Open a web browser and enter the actual IP address of the server for WSO2 Governance Registry. Typically, it is the same as the IP address of the computer. Example:

https://192.168.56.32:9443/carbon

2. The WSO2 Governance Registry homepage opens.

Notice

A situation may occur in which your Internet browser displays an insecure connection message, requiring the user's confirmation to proceed.

The WSO2 Governance Registry Management Console is based on HTTPS protocol, which is a combination of HTTP and SSL protocols. This protocol is generally used to encrypt the traffic from the client to server for security reasons. The certificate with which it works is used for encryption purposes only and does not verify the server's identity. So, when users try to access the WSO2 Governance Registry Management Console, they may receive a warning that they are trying to connect to an untrusted connection. In order to continue working with this certificate, you must "accept" the certificate before access to the site is permitted. If the Mozilla Firefox browser is used, this warning message only occurs the first time that the server is accessed. The certificate is then stored in the browser's database, marked as "trusted." When other browsers are used, an insecure connection warning may be displayed every time the server is accessed.

This scenario is suitable for testing purposes or for running the program on a company's internal networks. But in cases where there is a need to provide an interface to the outside world, a company should obtain a certificate signed by a well-known CA. The role of a CA is to verify that the server accessed actually has the name by which it is accessed and that this server actually belongs to the given organization.


Step 3. Log in to Governance Registry Management Console (Web Interface)

Once you have established a connection to the WSO2 Governance Registry, you will be prompted for a "Username" and "Password." Type in default "admin" as the "Username" and "admin" as the "Password." Click "Sign-in."

5. Now you are logged in to the WSO2 Governance Registry Management Console.

If you leave the Management Console unattended for a defined time, its login session will time out. The default timeout value is 15 minutes, but you can change this in <PRODUCT_HOME>/repository/conf/tomcat/carbon/WEB-INF/web.xml file as follows:

<session-config>
   <session-timeout>15</session-timeout>
</session-config>