2 Replies Latest reply on May 22, 2003 5:12 AM by julien1

    Some very simple Questions

    nkgoodal

      These are really simple. I'm new to jboss and to nukes.

      1. How do I change the site name? I don't want to see Your Site :: Your Motto on my site.

      2. How do I customize the page that is displayed when the user first logs in? All it says is "Welcome nkgoodal".

      3. Is there some simple documentation I should look at. I tried the postnuke.com site, but I didn't find anything.

      Thanks for looking at these simple questions.

      Nate

        • 1. Re: Some very simple Questions
          yanikc

          You need the last version of Nukes.

          Make sure that the file <NUKEs_DIR>/nukes/src/resources/nukes-sar/META-INF/jboss-service.xml is at least 1.19 and
          <NUKES_DIR/nukes/src/main/org/jboss/nukes/core/modules/core/CoreModule.java is at least 1.26.

          Go and edit the jboss-service.xml file.

          The "sitename" and "slogan" set the elements you are interested in.

          Yanik

          • 2. Re: Some very simple Questions

            I am curremtly working on component persistence.
            that means when you install nukes it comes with installation data.

            Then you change it online (with a module to be done) then it's persisted in the database. When you restart nukes, since changes have been persisted it reloads them instead of using the default one.

            I am very close to finish that, I have been quite busy these past two weeks, and I've been working on it the last two days. So you can expect it soon.

            So you won't have to change nukes build and compile specially for it. I think this method is quite cumbersome, but that's the only one available right now.

            julien