Configuring the default page
There is one more thing we need to do and that is to change the default page for the site. For this we edit the file config/application.cfg to include the following lines:
set app_name fibonacci set app_display_name "Fibonacci Generator" set app_default_uri_path /fibonacci/generate
You need to restart the bowwow server to have this configuration change take effect. Now when you browse to http://localhost:8015, you will be redirected to our Fibonacci generator page.