Application Platform 10.3 | Developing with Application Platform in Designer | Getting Started with Application Platform Development | Performing Optional Configurations | Enabling the OSGi Console
 
Enabling the OSGi Console
If you are familiar with OSGi, or you want to expand your knowledge about it, you can use the OSGi console while working with Application Platform. The OSGi console can be useful for troubleshooting. It is available in the Terminal view of Designer. However, in order to use the Terminal view in the App Platform perspective, you must first enable the OSGi console.
CAUTION:
The OSGi console uses unsecured telnet. Make sure that the OSGi console is disabled on production systems.
*To enable the OSGi Console
1. Go to the Software AG_directory \profiles\IS_default\configuration\config.ini directory and open the config.ini file in a text editor.
2. In the config.ini file, enter osgi.console=[port_number]. Save the file.
Specify an unused value for the port number.
3. If the Integration Server server is running, stop and restart the server to apply the changes.
4. In Designer, configure the Terminal view to connect to the port specified in step 2.
5. Open the Terminal view and press Enter.
An osgi> prompt appears.
6. To view the OSGi console help, type help in the console.