View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000657 | JEDI VCS | Server | public | 2003-02-03 12:28 | 2005-06-13 16:34 |
Reporter | dors | Assigned To | MGosselink | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000657: multiple service support | ||||
Description | Marco Gosselink has support for multiple services ready; this should be merged into our codebase | ||||
Tags | No tags attached. | ||||
Fix in JVCS version | |||||
Releasedocumentation | |||||
|
Multi service support added. The following is assumed: Every executable has it's own ini-file and must reside in the same directory. They are combined via the name of the executable. So if the service-executable is named "JediVCSSrv.exe" the ini-file must be named "JediVCSSrv.ini". Two options in the ini-file are added: - ServiceName - ServiceDisplayName Every service has it's own unique servicename and service displayname. eg. ServiceName=JediVCSService1 ServiceDisplayName=JediVCS %port_version% Svc %server_version%, service 1 The "%port_version%" and "%server_version% variables are filled by the service on service installation. The cpl prog is also changed to match the multi-service support. |