Hi i'm an absolute beginner in spring roo.I followed a tutorial on web and created a sample roo application. When i run the application using tomcat it always gives the message "The requested resource (/phonebook) is not available." i have mentioned the commands i entered in roo shell. can someone please tell me, why i'm getting that message?
project phonebook
jpa setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY
entity jpa --class Contact
field string --fieldname name
field string --fieldName mobile
web mvc setup
web mvc all --package ~.web
quit
mvn tomcat:run