1 Reply Latest reply on Dec 9, 2006 5:31 PM by peterj

    how to remove news and test pages permenantly

    vipinmpd08


      Hi all

      I m building a new site using Jboos Portal + mySQL

      i removed the News and Test Pages from Admin and also from the database

      But then also it appears after jboss source recombilation

      What to do..

      Anyone hav the same problem

      thnks
      VIpindas V G

        • 1. Re: how to remove news and test pages permenantly
          peterj

          The News page is defined in the jboss-portal.sar/conf/data/default-object.xml file. In the source, you can find it at ./core/src/resources/portal-core-sar/conf/data/default-object.xml.

          The Test page is defined in the jboss-portal.sar/portal-samples.war/WEB-INF/default-object.xml file. In the source you can find it at ./core/src/resources/portal-samples-war/WEB-INF/default-object.xml

          Edit those files to remove the News and Test pages, and they should no longer show up when you recompile and deploy the portal.