i install zope in my home directory in debian (NOT ROOT) wget http://www.zope.org/Products/Zope/2.6.2/Zope-2.6.2-linux2-x86.tgz gunzip -c Zope-2.6.2-linux2-x86.tgz |tar xvf - cd Zope-2.6.2-linux2-x86 ./install the file inituser is ok start zope the index page is ok but i can not logon http://plutone:8080/manage the user admin not work stop zope and the file inituser is missing run ./bin/python ./zpasswd.py -u=admin -p=pippo ./inituser the file inituser is ok start zope the index page is ok but i can not logon http://plutone:8080/manage stop zope and the file inituser is missing WHY????
stop zope and the file inituser is missing
WHY????
Because inituser is removed on start up by design. If you want to leave the file there permanently call the file "access". -- Andy McKay http://clearwind.ca
participants (3)
-
Andy McKay -
Riccardo Gaggero -
Sergey Volobuev