Actions
Feature #2702
closed
IL
RS
WServer Constructor with Configuration
Feature #2702:
WServer Constructor with Configuration
Start date:
02/23/2014
Due date:
% Done:
0%
Estimated time:
Description
KD Updated by Koen Deforche over 12 years ago
- Status changed from New to InProgress
- Assignee set to Roel Standaert
- Target version set to 3.3.3
IL Updated by I. Lazaridis over 12 years ago
A small update:
The addition for WRun would be:
int WRun(int argc, char* argv[], ApplicationCreator createApplication,
const std::string& serverConfigurationFile = WTHTTP_CONFIGURATION)
{
[...]
// WTHTTP_CONFIGURATION is e.g. "/etc/wt/wthttpd"
server.setServerConfiguration(argc, argv, serverConfigurationFile );
in analogy, the new constructor for WServer should become:
WServer server(int argc, char* argv[], ApplicationCreator createApplication,
const std::string& serverConfigurationFile = WTHTTP_CONFIGURATION)
Usage:
KD Updated by Koen Deforche over 12 years ago
- Target version changed from 3.3.3 to 3.3.4
RS Updated by Roel Standaert about 12 years ago
- Status changed from InProgress to Resolved
KD Updated by Koen Deforche almost 12 years ago
- Status changed from Resolved to Closed
Actions