[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: Problem with starting CPPSERV
sergey@total-knowledge.com wrote:
>>> and it looks like engine.xml was parsed
>>> correctly.
>>>
>> Again. How do you know that.
>>
> I put several debug messages. For example in XMLServerConfig::addKids()
>
> for(CXmlAttributes::const_iterator it=attr_map.begin();
> it!=attr_map.end(); it++) {
> cnode->addAttr(it->first,it->second);
> std::cout<<it->first<<" = "<<it->second<<"\n\n";
>
> }
>
> The output looked like this:
>
> dso = ./debug/libui/HomeServlet.so
> name = HomeServlet
> dso = ./debug/libui/RegisterServlet.so
> name = RegisterServlet
> dso = ./debug/themes/LoginView.so
> hidden = true
> name = themes/LoginView.csp
> path = LoginView.csp
>
> etc...
>
> So, in my opinion the parsing was correct.
>
So we now know that it finds those names. Do they actually get loaded?
Do we know they don't hang anywhere in constructors/init/etc?
I recommend you to run your test suit in cppserv-samples, which are known
to work as-is.
--
Ilya A. Volynets-Evenbakh
Total Knowledge. CTO
http://www.total-knowledge.com