6.4. Use it

- Stop and start tomcat
- Point your browser to:

  http://localhost:8080/dbf/menu.jsp

- If you get a crash, go to the DOS window that opens whenever you
  launch  Tomcat. Scrutinize all the errors and other logging in it.
  Your log4j.properties file is maximizing the logging information.

  This is always the place to start when trying to debug dbforms.

- Click View Normal button

  Note that the next page will take a long time to load. This will be
  true  of all first pages while Tomcat compiles them for the first
  time.

  You should see all rows of the table PLUMAGE_TABLE.

- Click all the buttons on menu.jsp; you should be able to figure out
  what they do from there.