Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
5177144c
Commit
5177144c
authored
Jul 20, 1999
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor clarifications and corrections.
parent
9b498b9e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
14 deletions
+26
-14
ZServer/INSTALL.txt
ZServer/INSTALL.txt
+5
-4
ZServer/README.txt
ZServer/README.txt
+8
-3
lib/python/ZServer/INSTALL.txt
lib/python/ZServer/INSTALL.txt
+5
-4
lib/python/ZServer/README.txt
lib/python/ZServer/README.txt
+8
-3
No files found.
ZServer/INSTALL.txt
View file @
5177144c
...
...
@@ -99,18 +99,19 @@ Using ZServer
to a directory where you have permissions before you can do
anything. See above for more information about logging into FTP.
Advanced Usage: zd
ea
mon.py and the Zope NT service.
Advanced Usage: zd
ae
mon.py and the Zope NT service.
One problem you may notice with ZServer is that once the server is
shutdown, either through the web management interface, or by some
other means, it will not automatically be restarted.
On
windows
you can use zdeamon.py to keep Zope running. Specifying
the '-Z' switch when starting Zope runs zd
eamon.py on Unix
. Zdeamon
On
Unix
you can use zdeamon.py to keep Zope running. Specifying
the '-Z' switch when starting Zope runs zd
aemon.py
. Zdeamon
will restart Zope when it Zope is restarted through the web, and in
case of an unexpected error.
On NT, use the Zope service for the same functionality.
On NT, use the Zope service for the same functionality. See ZServer.py
for more information on running ZServer as a service.
Where to go from here
...
...
ZServer/README.txt
View file @
5177144c
...
...
@@ -149,7 +149,7 @@ ZServer monitor server
To connect to the monitor server use the 'ZServer/medusa/monitor_client.py'
or 'ZServer/medusa/monitor_client_win32.py' script. For example::
$ python1.5.2 ZServer/medusa/monitor_client.py
$ python1.5.2 ZServer/medusa/monitor_client.py
localhost 9999
You will then be asked to enter a password. This is the Zope super manager
password which is stored in the 'access' file.
...
...
@@ -158,13 +158,18 @@ ZServer monitor server
the Zope module::
>>> import Zope
The Zope top level Zope object is available via the 'Zope.app' function::
>>> a=Zope.app()
From this object you can reach all other Zope objects as subobjects.
Remember if you make changes to Zope objects and want those changes to be
saved you need to commmit the transaction::
>>> get_transaction().commit()
ZServer WebDAV support
WebDAV is a new protocol for managing web resources. WebDAV operates
...
...
lib/python/ZServer/INSTALL.txt
View file @
5177144c
...
...
@@ -99,18 +99,19 @@ Using ZServer
to a directory where you have permissions before you can do
anything. See above for more information about logging into FTP.
Advanced Usage: zd
ea
mon.py and the Zope NT service.
Advanced Usage: zd
ae
mon.py and the Zope NT service.
One problem you may notice with ZServer is that once the server is
shutdown, either through the web management interface, or by some
other means, it will not automatically be restarted.
On
windows
you can use zdeamon.py to keep Zope running. Specifying
the '-Z' switch when starting Zope runs zd
eamon.py on Unix
. Zdeamon
On
Unix
you can use zdeamon.py to keep Zope running. Specifying
the '-Z' switch when starting Zope runs zd
aemon.py
. Zdeamon
will restart Zope when it Zope is restarted through the web, and in
case of an unexpected error.
On NT, use the Zope service for the same functionality.
On NT, use the Zope service for the same functionality. See ZServer.py
for more information on running ZServer as a service.
Where to go from here
...
...
lib/python/ZServer/README.txt
View file @
5177144c
...
...
@@ -149,7 +149,7 @@ ZServer monitor server
To connect to the monitor server use the 'ZServer/medusa/monitor_client.py'
or 'ZServer/medusa/monitor_client_win32.py' script. For example::
$ python1.5.2 ZServer/medusa/monitor_client.py
$ python1.5.2 ZServer/medusa/monitor_client.py
localhost 9999
You will then be asked to enter a password. This is the Zope super manager
password which is stored in the 'access' file.
...
...
@@ -158,13 +158,18 @@ ZServer monitor server
the Zope module::
>>> import Zope
The Zope top level Zope object is available via the 'Zope.app' function::
>>> a=Zope.app()
From this object you can reach all other Zope objects as subobjects.
Remember if you make changes to Zope objects and want those changes to be
saved you need to commmit the transaction::
>>> get_transaction().commit()
ZServer WebDAV support
WebDAV is a new protocol for managing web resources. WebDAV operates
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment