Previous Topic

Next Topic

Book Contents

Book Index

Logging In

This section details the following topics:

The Web Console is a developer tool and must not be used in production.

After the installation is successfully completed, the Web Console is accessible in a browser through the following URL if you use a plain connection:

where <host> is the host where the OSGi Framework implementation is running, and <port> is the port of the runtime's HTTP bundle, and may be omitted for the default "80".

In case you want to use a secure connection to access the Web Console, first you need to configure the runtime's HTTP bundle to establish secure connections. Then access the console using the following URL:

where <host> is the host where the OSGi Framework implementation is running, and <port> is the secure port of the runtime's HTTP bundle, and may be omitted for the default "443".

To change the default ports at which the HTTP Service listens for requests use the org.osgi.service.http.port and org.osgi.service.http.port.secure system properties or directly define new values for the port configuration properties from the HTTP Plain Server Configuration and HTTP Secure Server Configuration factory configurations.