Feature #13
multiple instances of BundleBee on one machine, auto-assign a port for the managers servlets
| Status: | New | Start: | 09/25/2009 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | |||
| Assigned to: | - | % Done: | 30% |
||
| Category: | - | ||||
| Target version: | 0.5.4 |
Description
Multiple instances of BundleBee should be able to run on a single machine. Currently, this is prohibited bc. the Managers servlets all try to open on a fixed port (org.osgi.service.http.port). Thus, a second instance fails to start.
Find a mean to investigate and configure a suitable port at runtime.
History
Updated by Philipp Haußleiter about 2 years ago
- Target version set to 0.5.4
- % Done changed from 0 to 30
The Registry already finds itself a free port.
We know how to set the osgi.http port (for the repository and the manager) during runtime. We need to find a proper location for that functionality. As a workaround, you can set the necessary ports of the framework by yourself, using the plugins/config.ini file.