2.4.1b1 install -> no index_html in root folder?
Hi Zope 2.4.1b1, Python 2.1, Redhat 6.2 I set up zope in a seperate directory and created a site directory. I modified the start script to use INSTANCE_HOME for the site and ZOPE_HOME for the Zope tree. Everything started ok, but via the browser there is no index_html in the root folder. at http://host:8080 If I go to the management screen http://host:8080/manage it appears to work. the standard_html_header/footer documents are Ok. any ideas why index_html is missing? Jon
It's missing because the contents of Data.fs.in don't get copied to the new database in an INSTANCE_HOME configuration... this could be classified as a bug. But the workaround answer is to make one. jon@totient.demon.co.uk wrote:
Hi
Zope 2.4.1b1, Python 2.1, Redhat 6.2
I set up zope in a seperate directory and created a site directory. I modified the start script to use INSTANCE_HOME for the site and ZOPE_HOME for the Zope tree.
Everything started ok, but via the browser there is no index_html in the root folder. at http://host:8080 If I go to the management screen http://host:8080/manage it appears to work.
the standard_html_header/footer documents are Ok.
any ideas why index_html is missing?
Jon
_______________________________________________ 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 )
-- Chris McDonough Zope Corporation http://www.zope.org http://www.zope.com "Killing hundreds of birds with thousands of stones"
participants (2)
-
Chris McDonough -
jon@totient.demon.co.uk