hi, check out jboss-portal. sar/conf/data/default-object.xml here the default portal is declared: important is the empty <parent-ref> and the <portal-name>
| <deployment> | <parent-ref/> | <if-exists>keep</if-exists> | <portal> | <portal-name>default</portal-name> | <properties> | <!-- | | Set the layout for the default portal, see also portal-layouts.xml. | --> | <property> | <name>layout.id</name> | <value>generic</value> | </property> | ... | it did not try by myself, but you could perhaps overwrite the pre-installed "default" portal with you own portal named "default". use <if-exists>overwrite</if-exists> hope, I could help. br, h View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958013#3958013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958013 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
