0 Replies Latest reply on Dec 5, 2006 2:16 AM by purna_cherukuri

    configuring default dir in cms

    purna_cherukuri

      Hi.

      I am using jboss-portal-4.0.2. I want to configure CMS service to look into a different folder which is not there inside application. So i have modified jboss-service.xml in /deploy/jboss-portal.sar/portal-cms.sar/META-INF/jboss-service.xml accordingly. I have modified like below.

       <attribute name="DoChecking">true</attribute>
       <attribute name="DefaultContentLocation">C:\Documents and Settings\194457\Desktop\PersonalPics</attribute>
       <attribute name="DefaultLocale">en</attribute>
       <attribute name="RepositoryName">Repotest</attribute>
       <attribute name="HomeDir">${jboss.server.data.dir}${/}portal${/}cms${/}conf</attribute>
      
      


      Modified DefaultContentLocation variable to my required directory. Is it enough? It is not taking it as a default dir. It is still showing old default directory in CMS Admin portlet.

      Wht else should i need to change?

      Thanks in advance...