Setting up admin issues!!!
Status: Beta
Brought to you by:
snoopdave
I downloaded the roller-rc-1.0 and was able to install it
successfully on Tomcat 5.0.28. However I am unable to
set up an admin.
I created a user in the userroll table and specified the
rolename as admin for my user.
When I log into the site I am seeing the admin tab
however I get a message on everyscreen that says "You
are not authorized to access that resource".
I have added the following lines to the roller-config.xml
in the web-inf folder.
<adminUsers>
<adminUsers>petadmin</adminUsers>
</adminUsers>
any ideas on how to sort this out?