1 Reply Latest reply on May 6, 2006 7:05 AM by vitozabal

    Change the default index page...

    susitha

      Hi...

      I am using JBPortal-2.0 and JB Server-4.0.2... I need to change the default index.html file of the CMS Portlet to my own page... Can anybody tell me how to do it...

      Thanx...

        • 1. Re: Change the default index page...
          vitozabal

          Hi,
          Just edit your
          deploy\jboss-portal.sar\portal-core.war\WEB-INF\portlet.xml

          like here:
          ...

          <portlet-name>CMSPortlet</portlet-name>
          <portlet-class>org.jboss.portal.core.portlet.cms.CMSPortlet</portlet-class>
          <init-param>
          <_description>Default path to index page.</_description>
          <_name>indexpage</_name>
          <_value>/yourfolder/yourpage.htm</_value>
          </init-param>
          ...