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...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991195#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...