Install succeeds but 404 on initial connect

I successfully completed the install on Ubunutu 14.04 by following the Wiki and tomcat starts successfully. The connection to http://localhost:8080 is successful, but the connection to http://localhost:8080/razuna fails with the error

The requested resource is not available.

I have checked for the presence of the razuna folder under /opt/razuna_tomcat_1_7/tomcat/webapps and it is there. Does anyone have any ideas what I may be doing wrong or have done wrong?

If the razuna folder is in the webapps folder of tomcat, it should work out
of the box. Check your permissions.

I’m new to Ubuntu, can you please tell me what permissions need to be set?

WHen I check permissions for the webapps folder, it is set to read only for “Others” that sounds right to me but I could be mistaken.

You can change the permission on the terminal with:

chmod -R 775 razuna

This will set all folders within razuna recursively.

Hope this helps.

Nah still the same error…not sure why. I guess I can try re installing from fresh.