Re: [Cppcms-users] mapping across mount_points
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@ya...> - 2013-07-14 14:01:38
|
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. You can create app3 that would have app1 and app2 connected via /foo and /bar. 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/ >________________________________ > From: Marcel Hellwig <ke...@co...> >To: cpp...@li... >Sent: Sunday, July 14, 2013 3:53 PM >Subject: [Cppcms-users] mapping across mount_points > > >Hi *, > >I get a invalid url everytime I try the following: > >App1 in mount_point "/foo" with mapped url "index" >App2 in mount_point "/bar" > >Now I'd like to call url("index") in App2, but it does not work. >Is there a workaround, fix, bug? > >Regards > >------------------------------------------------------------------------------ >See everything from the browser to the database with AppDynamics >Get end-to-end visibility with application monitoring from AppDynamics >Isolate bottlenecks and diagnose root cause in seconds. >Start your free trial of AppDynamics Pro today! >http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |