[jboss-user] [JBoss Portal] - Re: Administration Page/Portlet is disabled accidentally, ho
vivek_saini07
do-not-reply at jboss.com
Fri Mar 27 11:46:08 EDT 2009
hi
default-object.xml is present in portal-core-sar/conf/data folder.
Find for <portal-name>admin</portal-name> in it and change it from
<deployment>
| <parent-ref/>
| <if-exists>keep</if-exists>
| <portal>
| <portal-name>admin</portal-name>
to
<deployment>
| <parent-ref/>
| <if-exists>overwrite</if-exists>
| <portal>
| <portal-name>admin</portal-name>
and restart the server. It will come back to original state.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221606#4221606
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221606
More information about the jboss-user
mailing list