Hi Harish To give a user admin permission you would assign him all permission, i.e. enter
(java.security.AllPermission "" "") In the permission text field. You can also create a role and assign this permission to that role. Because of a current bug the permission will not show up if you assign it to the user but nevertheless it works. Cheers, Reto On Fri, Apr 5, 2013 at 4:45 AM, harish suvarna <[email protected]> wrote: > Hi, > I am running into the problems of enhancement engine creating temp files on > the file system. For now, I need to create a user with admin permissions. > In the userManagement panel, I do create a new user. But How do I give > admin permissions so that temp file creation works? All I need is a user > who could create temp files on the system (i.e. when user posts to > enhancement engine, the engine creates temp files). > > I am not sure whether dbpedia-spotlight creates temp files. I posted an > earlier email on dbpedia-spotlight. > > -- > Thanks > Harish >
