Webinator assumes that all databases will be immediately below
the DOCUMENT_ROOT/webinator directory when processing top and bottom files.
(This assumption will probably be removed with a future release.)
So when using a database called DOCUMENT_ROOT/webinator/xyz it looks for
DOCUMENT_ROOT/webinator/xyz/top.html
but when using a database called DOCUMENT_ROOT/webinator/abc/xyz it looks for
DOCUMENT_ROOT/webinator/abc/abc/xyz/top.html
As a workaround you can make the directory webinator/abc/abc/xyz and place
just top.html and bottom.html there.
The top and bottom files I placed in the default (webinator/db)
directory work fine. However, the databases I have created do not
display the top and bottom files that are in those particular
directories - those directories being put by webinator into
'webinator/bin' (rather than just 'webinator' when I issue the command
'./gw -d(databasename)'