[Grok-dev] multiple grok wsgi applications possible?

Michael Haubenwallner michael at d2m.at
Tue Dec 16 09:48:58 EST 2008


Lim Luong came up with this problem recently.

The setup is like: create several grok applications, each with its own
storage, configure them with pastescript to run as distinct wsgi apps
from a paste http server (using paste urlmap to dispatch the requests).
The admin screens work, access and writing to the different storages
works too.

The only problem is, that none but the last registered grok.Application
is available from the 'applications' view (same for each of the wsgi
apps). Trying to add one of the missing grok.Applications through the
URL results in a ComponentLookupError.

I am not sure if this is a problem of grok.adminui or something else.

Anyone got an idea of how to handle that issue?

Regards
Michael

-- 
http://blog.d2m.at
http://planetzope.org



More information about the Grok-dev mailing list