1 Reply Latest reply on Jun 25, 2003 6:23 AM by jkester

    index page and new blocks

    elaineqs

      Hi,

      Can i change the index.html page and add new blocks? For example, i implemented another login block (for test purpose) and i want to add it to index page. Is it possible? How can i do this?

      Thanks!

        • 1. Re: index page and new blocks
          jkester

          I am halfway myself there.
          You need to set some permissions in the nukes core-module mbean configuration.
          Go to the nukes/nukes src directory. Under src/nukes-sar/META-INF you will find the jboss-service.xml file. This file contains permissions for menu items and for access to module functionality. To add a menu entry, make sure that you add the componet-operation properly (see examples in file).
          To get access to the module functionality I need to find out myself still. At least what you can do, is after adding the menu, login as admin. Admin always has all rights and can see everything.

          Regards, Jan