SVN: zope.paste/trunk/README.txt - More explicit
Sidnei da Silva <[email protected]> Wed, 25 Jan 2006 15:12:39 -0500 (EST)
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 41447:
- More explicit
Changed:
U zope.paste/trunk/README.txt
-=-
Modified: zope.paste/trunk/README.txt
===================================================================
--- zope.paste/trunk/README.txt 2006-01-25 18:41:51 UTC (rev 41446)
+++ zope.paste/trunk/README.txt 2006-01-25 20:12:39 UTC (rev 41447)
@@ -19,16 +19,16 @@
Configuration is very simple. There are three steps that need to be
performed:
-1. Configure a named IServerType utility
+1. Configure a named IServerType utility (by default, we already
+ define a utility named `Paste.Main`).
2. Change the <server> directive on <INSTANCE_HOME>/etc/zope.conf to
- use the newly-created IServerType utility
+ use the newly-created 'IServerType' utility (out of the box, you
+ can just swap out 'HTTP' or 'WSGI-HTTP' by 'Paste.Main').
3. Configure a WSGI application using `paste.deploy`_ syntax in
<INSTANCE_HOME>/etc/paste.ini
-By default, we already define a utility named `Paste.Main`.
-
Here's an example of how to configure the `Paste.Main` application
using paste.deploy to use the Zope 3 publisher as a WSGI app:
_______________________________________________
Zope-CVS maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs
Zope CVS instructions: http://dev.zope.org/CVS