I am trying to move a Zope installation from one server to another. I am keeping the location the same on both servers so paths should not be an issue. I cannot find anyplace that specified a servername, yet I cannot get it to work. When I visit servername:8080 I get a very useless "Not Found" page. I copied over the ZopeInstallation directory from the old server to the new one. I am connecting locally to a ZEO server for the data.fs. I also tried to create a new data.fs, in case there was something messed up with that that was causing it not to work. This also didn't fix the problem. I also noticed that accessing it through the webdav port appears to be working, suggesting even more that there is nothing wrong with data.fs. I don't have any errors reported in the logs. I don't really have any idea what I could have missed. I also don't really know what else to look into :) I am hoping someone on the list has moved Zope between boxes, and knows something I would have missed...Any input would be appreciated. Thanks Alex Kelly
Sometimes starting Zope with the equivalent of: ./start -D STUPID_LOG_FILE= ..can show errors that a normal ./start .. doesnt. (Since you didnt specify the OS you're running on, I assumed its Linux/UNIX) ----- Original Message ----- From: "Alex Kelly" <kellya@franklin.edu> To: <zope@zope.org> Sent: Wednesday, September 26, 2001 4:57 PM Subject: [Zope] Moving a Zope Installation
I am trying to move a Zope installation from one server to another. I am keeping the location the same on both servers so paths should not be an issue. I cannot find anyplace that specified a servername, yet I cannot get it to work. When I visit servername:8080 I get a very useless "Not Found" page.
I copied over the ZopeInstallation directory from the old server to the new one. I am connecting locally to a ZEO server for the data.fs. I also tried to create a new data.fs, in case there was something messed up with that that was causing it not to work. This also didn't fix the problem. I also noticed that accessing it through the webdav port appears to be working, suggesting even more that there is nothing wrong with data.fs. I don't have any errors reported in the logs.
I don't really have any idea what I could have missed. I also don't really know what else to look into :) I am hoping someone on the list has moved Zope between boxes, and knows something I would have missed...Any input would be appreciated.
Thanks
Alex Kelly
_______________________________________________ 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 (2)
-
Alex Kelly -
Chris McDonough