[Zope-Checkins] CVS: Zope3 - z3.py:1.1.2.25
Jim Fulton
jim@zope.com
Tue, 26 Mar 2002 16:46:52 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv14301
Modified Files:
Tag: Zope-3x-branch
z3.py
Log Message:
Switched the port back to the normal default.
=== Zope3/z3.py 1.1.2.24 => 1.1.2.25 ===
hit_log = CommonHitLogger()
PublisherHTTPServer(request_factory,
- '', 8880, task_dispatcher=td, verbose=1, hit_log=hit_log)
+ '', 8080, task_dispatcher=td, verbose=1, hit_log=hit_log)