[Zope3-dev] ZCML alternative

Itamar Shtull-Trauring twisted@itamarst.org
Sun, 02 Jun 2002 17:33:51 +0200


Jim Fulton wrote:

> The answer for this is simple. All that needs to be changed is to move 
> 
>   <include file="startup.zcml" />
> 
> out of site.zcml and to have z3.py execute startup.zcml, which should
> be renamed "zserver.zcml". I just checked this change int into the 
> "Zope3InWonderland-branch", which, I hope, will get merged into the main
> branch next week.

I need to get the Publication object I'm supposed to be publishing, so I 
can connect it to my HTTP server. How do I do that? Where does the ZCML 
create this object? That was my problem, IIRC.