manage_workspace redirected to index_html
I've tried to install zope twice recently; both times, I've follwed the directions up to the point where you're supposed to get the management view of the root folder. I get the contents of index_html in the frame on the right. Turns out the manage_workspace is getting redirected for some reason: connolly@shoal:~/DIST$ wget http://tux.w3.org:5500/manage_workspace --01:23:23-- http://tux.w3.org:5500/manage_workspace => `manage_workspace' Connecting to tux.w3.org:5500... connected! HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://tux.w3.org:5500/index_html [following] --01:23:24-- http://tux.w3.org:5500/index_html => `index_html.1' Connecting to tux.w3.org:5500... connected! HTTP request sent, awaiting response... 200 OK I've been following directions from the Zope Book, esp chapter 2. http://www.zope.org/Members/michel/ZB/UsingZope.dtml I also checked http://www.zope.org/Members/hgebel/HowTo/FirstZope when I download the zope 2.3.0 source and build it per the\ instructions, the second screenshot in http://www.zope.org/Members/hgebel/HowTo/FirstZope is *not* what I see. help? clues? -- Dan Connolly, W3C http://www.w3.org/People/Connolly/
That's something we have too with SiteRoot. Regards, P.-J.
I've tried to install zope twice recently; both times, I've follwed the directions up to the point where you're supposed to get the management view of the root folder. I get the contents of index_html in the frame on the right.
Turns out the manage_workspace is getting redirected for some reason:
connolly@shoal:~/DIST$ wget http://tux.w3.org:5500/manage_workspace --01:23:23-- http://tux.w3.org:5500/manage_workspace => `manage_workspace' Connecting to tux.w3.org:5500... connected! HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://tux.w3.org:5500/index_html [following] --01:23:24-- http://tux.w3.org:5500/index_html => `index_html.1' Connecting to tux.w3.org:5500... connected! HTTP request sent, awaiting response... 200 OK
I've been following directions from the Zope Book, esp chapter 2. http://www.zope.org/Members/michel/ZB/UsingZope.dtml
I also checked http://www.zope.org/Members/hgebel/HowTo/FirstZope
when I download the zope 2.3.0 source and build it per the\\ instructions, the second screenshot in http://www.zope.org/Members/hgebel/HowTo/FirstZope is *not* what I see.
help? clues?
-- Dan Connolly, W3C http://www.w3.org/People/Connolly/
_______________________________________________ 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 )
Dan, I've had it happen on occasion that I've had manage_workspace redirected to index_html right after install as well, but I've never had the tenacity to want to trace it down because its been unreplicable on the second try, and I always thought I fudged the login. Who are you logging in as? Have you attempted to change the initial user password? Try running: python zpasswd.py --user=dconnolly --password=mypassword inituser ... from the root Zope dir, then fire up Zope and attempt to access /manage as dconnolly. ----- Original Message ----- From: "Pierre-Julien Grizel" <grizel@mouli.net> To: <connolly@w3.org> Cc: <zope@zope.org> Sent: Monday, February 26, 2001 3:34 AM Subject: Re: [Zope] manage_workspace redirected to index_html
That's something we have too with SiteRoot.
Regards,
P.-J.
I've tried to install zope twice recently; both times, I've follwed the directions up to the point where you're supposed to get the management view of the root folder. I get the contents of index_html in the frame on the right.
Turns out the manage_workspace is getting redirected for some reason:
connolly@shoal:~/DIST$ wget http://tux.w3.org:5500/manage_workspace --01:23:23-- http://tux.w3.org:5500/manage_workspace => `manage_workspace' Connecting to tux.w3.org:5500... connected! HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://tux.w3.org:5500/index_html [following] --01:23:24-- http://tux.w3.org:5500/index_html => `index_html.1' Connecting to tux.w3.org:5500... connected! HTTP request sent, awaiting response... 200 OK
I've been following directions from the Zope Book, esp chapter 2. http://www.zope.org/Members/michel/ZB/UsingZope.dtml
I also checked http://www.zope.org/Members/hgebel/HowTo/FirstZope
when I download the zope 2.3.0 source and build it per the\\ instructions, the second screenshot in http://www.zope.org/Members/hgebel/HowTo/FirstZope is *not* what I see.
help? clues?
-- Dan Connolly, W3C http://www.w3.org/People/Connolly/
_______________________________________________ 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 )
_______________________________________________ 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 (3)
-
Chris McDonough -
Dan Connolly -
Pierre-Julien Grizel