I am studying the ZopeBook:
Right now I am reading page 12: Controlling Zope with Management Interface
I know how to login: http://localhost:8080/manage
 
The book says: After you successfully login you see a web page of the Zope management interface, as shown in Figure 2-1.
 
But I do not get Figure 2-1 (that is a page with the product add list, the CONTENTS tab, the VIEW tab, the PROPERTIES tab, etc)
Instead I get Zope QuickStart:
(Start Welcome to Zope, a high-performance object-oriented platform for building dynamic Web applications. Here are some quick pointers to get you started)
 
I would like to see a page like figure 2-1, so I can ADD a folder, make my own pages etc.
What do I do wrong?
 
Wilco van Erven