Guest User

Untitled

a guest
Jun 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ## Original production server with ZEO server/client separation
  2.  
  3. <zodb_db session>
  4. mount-point /session_folder
  5. <zeoclient>
  6. #server localhost:24080 #switch when going live
  7. server localhost:24081
  8. storage session
  9. name session
  10. client session
  11. var $INSTANCE/var/
  12. </zeoclient>
  13. </zodb_db>
  14.  
  15. ## Trying to reproduce with only a zope instance
  16. <zodb_db session>
  17. mount-point /session_folder
  18. <filestorage>
  19. path $INSTANCE/var/Session.fs
  20. </filestorage>
  21. </zodb_db>
Add Comment
Please, Sign In to add comment