Mailing List Archive

SVN: zope.paste/trunk/README.txt - More explicit
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 - Zope-CVS@zope.org
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS