Hi, I have been locked out of my Zope instance while trying to use siteroot.I added a siteroot in a folder which is immediately under the root.Now I am not able to access that port.It says "Resource not found" I can guess the prob is with my PATH specified.It's pointing to a non existent path....But I am not able to go back and change it. Somebody Please help . I simply CANNOT afford to lose the content on this port.can somebody help me atleast retrieve the content on this port? Thanks and Regards Aruna Prabhakaran ZeOmega Infotech Pvt Ltd Bangalore India. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
This is one of the big drawbacks with Siteroot, and it happens me all the time! Thats why I'm switching to eVHM (as mentioned in a mail to your collegue Suresh Babu Edda. :-) Anyway, you get around the problem by adding _SUPPRESS_SITEROOT to the URL. Like this: http://www.bangalore.com/_SUPPRESS_SITEROOT/thispartisblockedout/ You can also restart the server with SUPPRESS_SITEROOT set to 1 in the environment. See here for more info. http://www.zope.org/Members/fritz/howto_apache_and_siteroot ----- Original Message ----- From: "Aruna Prabhakaran" <aruna_prabhakaran@hotmail.com> To: <zope@zope.org> Sent: Thursday, December 13, 2001 8:27 AM Subject: [Zope] HELP!!! Siteroot
Hi, I have been locked out of my Zope instance while trying to use siteroot.I added a siteroot in a folder which is immediately under the root.Now I am not able to access that port.It says "Resource not found" I can guess the prob is with my PATH specified.It's pointing to a non existent path....But I am not able to go back and change it. Somebody Please help . I simply CANNOT afford to lose the content on this port.can somebody help
me
atleast retrieve the content on this port? Thanks and Regards Aruna Prabhakaran ZeOmega Infotech Pvt Ltd Bangalore India.
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hi, I seem to remember getting around this problem by connecting with a WebDAV client (one of the free java ones listed at http://webdav.org/) and deleting the siteroot object from there. I could be mistaken though, and another solution has been provided that should work well. HTH Chris On 13 Dec 2001 at 7:27, Aruna Prabhakaran wrote:
I have been locked out of my Zope instance while trying to use siteroot.I added a siteroot in a folder which is immediately under the root.Now I am not able to access that port.It says "Resource not found" I can guess the prob is with my PATH specified.It's pointing to a non existent path....But I am not able to go back and change it. Somebody Please help . I simply CANNOT afford to lose the content on this port.can somebody help me atleast retrieve the content on this port? Thanks and Regards Aruna Prabhakaran ZeOmega Infotech Pvt Ltd Bangalore India.
First solution: connect to your zope using ftp (port 8021 if not changed) and just delete the SiteRoot Second solution: suppose: 1.your zope is on http://127.0.0.1:8080 2.your folder, where you put SiteRoot is /f1/f2 enter url: http://127.0.0.1:8080/f1/f2/SiteRoot/manage and as SiteRoot path enter: http://127.0.0.1:8080/f1/f2/ Now you can access your folder without problems and delete the SiteRoot ----- Original Message ----- From: "Chris Cothrun" <chris@cothrun.com> To: <zope@zope.org> Sent: Thursday, December 13, 2001 11:18 PM Subject: Re: [Zope] HELP!!! Siteroot
Hi,
I seem to remember getting around this problem by connecting with a WebDAV client (one of the free java ones listed at http://webdav.org/) and deleting the siteroot object from there.
I could be mistaken though, and another solution has been provided that should work well.
HTH
Chris
On 13 Dec 2001 at 7:27, Aruna Prabhakaran wrote:
I have been locked out of my Zope instance while trying to use siteroot.I added a siteroot in a folder which is immediately under the root.Now I am not able to access that port.It says "Resource not found" I can guess the prob is with my PATH specified.It's pointing to a non existent path....But I am not able to go back and change it. Somebody Please help . I simply CANNOT afford to lose the content on this port.can somebody help me atleast retrieve the content on this port? Thanks and Regards Aruna Prabhakaran ZeOmega Infotech Pvt Ltd Bangalore India.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Aruna Prabhakaran -
Chris Cothrun -
Lennart Regebro -
Marcin Rabiej