While Zope 2.13 have native wsgi support, I haven’t been able to find any documentation/deployment tutorial/article/blog yet.
Would anyone point/post a working example ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try the following:
The buildout referenced in that document (http://build.pythonpackages.com/buildout/plone/4.2.x) is as follows:
Please note that a newer Zope2 is used than the one that is likely to be shipped with Plone 4.2. This is due to the fact that the 2.13.11 release adds support for doing WSGI without requiring
repoze.whofor authentication (which effectively increases the “convenience factor” quite a bit.)