[zope2-tracker] [Bug 599613] [NEW] wsgi app won't startup
Nathan Van Gheem
vangheem at gmail.com
Mon Jun 28 22:23:00 EDT 2010
Public bug reported:
In using Zope 2.13.0a1, you can't create the wsgi app because it tries
to configure the zserver. In the file, Zope2/Startup/__init__.py
shouldn't we configure the zserver conditionally if they are set in the
configuration file like this?
>>> if self.cfg.servers:
>>> self.setupZServer()
>>> self.setupServers()
Or should we have some kind of configuration option for the cases of starting it as a wsgi app. That way you could still use the same zope.conf for wsgi app and zserver.
** Affects: zope2
Importance: Undecided
Status: New
--
wsgi app won't startup
https://bugs.launchpad.net/bugs/599613
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.
More information about the zope2-tracker
mailing list