Re: [Cppcms-users] Plugins and templates
Brought to you by:
artyom-beilis
From: Julian P. <ju...@wh...> - 2010-08-19 13:54:28
|
Am 19.08.2010 14:39, schrieb Artyom: >> >> To create a custom factory, I just have to subclass >> cppcms::applications_pool::factory and override the operator() >> statement, haven't I? >> > > > Yep ;-) Ok, I implemented a getFactory() method that returns a factory for my application and passed it to applications_pool()::mount, but still with no success (Error 404). Can I check somehow if a request has been redirected to my application / if my application has been created at all by the factory? Is it possible to trace the way an URL is dispatched? > P.S.: Still take a look on loading shared libraries option. it is interesting. > Yes, I will investigate in this when I got the cppcms::application method up and running, because the latter one of course is more powerful and I want to use this power for my plugins. Thanks, Julian |