Re: [Cppcms-users] mapping across mount_points
Brought to you by:
artyom-beilis
|
From: Marcel H. <ke...@co...> - 2013-07-14 14:22:54
|
On 14.07.2013 16:01, Artyom Beilis wrote: > The url/mapping works for a specific application hierarchy. And each > application hierarchy is mounted to a specific mount point. > So you can't access to the url mapper of different hierarchy. Hmm, is there a way to specify application wide mappings? > > You can create app3 that would have app1 and app2 connected via /foo > and /bar. Not possible that easy. App1 is sync, and app2 is a rpc_server, tell me how ;) But I think that would end in a mess. > So to make two applications to share the mapping they should be in one > hierarchy. > > Artyom Beilis > -------------- > CppCMS - C++ Web Framework: http://cppcms.com/ > CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ |