We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39d6b0b + 9724af6 commit 9c17623Copy full SHA for 9c17623
examples/web_integration_service/library_api/c++11/web_integration_service_library_api.cxx
@@ -36,7 +36,8 @@ void service_main(
36
{
37
rti::webdds::ServiceProperty service_property;
38
39
- service_property.cfgfile(cfg_file).cfgname(cfg_name).document_root(
+ service_property.cfgfile(cfg_file).cfgname(cfg_name).webserver_option(
40
+ "document_root",
41
document_root);
42
43
rti::webdds::Service service(std::move(service_property));
0 commit comments