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